Jack Works
1d51e20937
feat: try support packageManager
2022-02-22 12:26:05 +08:00
Zoltan Kochan
d8ea532ac4
fix: retry fetch of pnpm script
...
close #22
2022-02-20 21:49:26 +02:00
khai96_
394c848db6
Update the bundle
2022-02-08 19:50:57 +07:00
Zoltan Kochan
eafb777c56
download script from pnpm.io
2022-02-08 00:39:20 +02:00
Zoltan Kochan
e6378df420
PNPM_HOME_PATH=>PNPM_HOME
2022-02-08 00:21:53 +02:00
Zoltan Kochan
6ff6e97bc6
The pnpm home directory should be added to PATH and PNPM_HOME
...
This change is needed to make the action compatible with pnpm v7.
Related breaking change in pnpm: pnpm/pnpm#4280
2022-02-07 23:15:44 +02:00
khai96_
7c4472dbcf
Forgot to specify working directory
2021-03-23 12:48:54 +07:00
khai96_
aefcd1e623
Use pnpm.js to install pnpm
2021-03-23 12:42:43 +07:00
khai96_
3a2c7247e1
Fix js-yaml usage
2021-03-23 11:43:49 +07:00
khai96_
8e1abe543f
Update dist/index.js
Test Action / Test with default inputs (ubuntu-latest, 4.11.1) (push) Successful in 15s
Test Action / Test with explicit inputs (ubuntu-latest, 4.11.1) (push) Successful in 17s
Test Action / Test with run_install (${{ matrix.run_install.name }}, ${{ matrix.os }}) (ubuntu-latest, 4.11.1, map[name:array value:- {}
- recursive: true
- args:
- --global
- --global-dir=./pnpm-global
- npm
- yarn
- pnpm
]) (push) Successful in 28s
Test Action / Test with run_install (${{ matrix.run_install.name }}, ${{ matrix.os }}) (ubuntu-latest, 4.11.1, map[name:empty object value:{}]) (push) Successful in 20s
Test Action / Test with run_install (${{ matrix.run_install.name }}, ${{ matrix.os }}) (ubuntu-latest, 4.11.1, map[name:global value:args:
- --global
- --global-dir=./pnpm-global
- npm
- yarn
- pnpm
]) (push) Successful in 20s
Test Action / Test with run_install (${{ matrix.run_install.name }}, ${{ matrix.os }}) (ubuntu-latest, 4.11.1, map[name:null value:null]) (push) Successful in 23s
Test Action / Test with run_install (${{ matrix.run_install.name }}, ${{ matrix.os }}) (ubuntu-latest, 4.11.1, map[name:recursive value:recursive: true
]) (push) Successful in 20s
Test Action / Test with default inputs (macos-latest, 4.11.1) (push) Has been cancelled
Test Action / Test with default inputs (windows-latest, 4.11.1) (push) Has been cancelled
Test Action / Test with explicit inputs (macos-latest, 4.11.1) (push) Has been cancelled
Test Action / Test with explicit inputs (windows-latest, 4.11.1) (push) Has been cancelled
Test Action / Test with run_install (${{ matrix.run_install.name }}, ${{ matrix.os }}) (macos-latest, 4.11.1, map[name:array value:- {}
- recursive: true
- args:
- --global
- --global-dir=./pnpm-global
- npm
- yarn
- pnpm
]) (push) Has been cancelled
Test Action / Test with run_install (${{ matrix.run_install.name }}, ${{ matrix.os }}) (macos-latest, 4.11.1, map[name:empty object value:{}]) (push) Has been cancelled
Test Action / Test with run_install (${{ matrix.run_install.name }}, ${{ matrix.os }}) (macos-latest, 4.11.1, map[name:global value:args:
- --global
- --global-dir=./pnpm-global
- npm
- yarn
- pnpm
]) (push) Has been cancelled
Test Action / Test with run_install (${{ matrix.run_install.name }}, ${{ matrix.os }}) (macos-latest, 4.11.1, map[name:null value:null]) (push) Has been cancelled
Test Action / Test with run_install (${{ matrix.run_install.name }}, ${{ matrix.os }}) (macos-latest, 4.11.1, map[name:recursive value:recursive: true
]) (push) Has been cancelled
Test Action / Test with run_install (${{ matrix.run_install.name }}, ${{ matrix.os }}) (windows-latest, 4.11.1, map[name:array value:- {}
- recursive: true
- args:
- --global
- --global-dir=./pnpm-global
- npm
- yarn
- pnpm
]) (push) Has been cancelled
Test Action / Test with run_install (${{ matrix.run_install.name }}, ${{ matrix.os }}) (windows-latest, 4.11.1, map[name:empty object value:{}]) (push) Has been cancelled
Test Action / Test with run_install (${{ matrix.run_install.name }}, ${{ matrix.os }}) (windows-latest, 4.11.1, map[name:global value:args:
- --global
- --global-dir=./pnpm-global
- npm
- yarn
- pnpm
]) (push) Has been cancelled
Test Action / Test with run_install (${{ matrix.run_install.name }}, ${{ matrix.os }}) (windows-latest, 4.11.1, map[name:null value:null]) (push) Has been cancelled
Test Action / Test with run_install (${{ matrix.run_install.name }}, ${{ matrix.os }}) (windows-latest, 4.11.1, map[name:recursive value:recursive: true
]) (push) Has been cancelled
2020-10-05 21:51:43 +07:00
khai96_
83681c63a7
Make logs foldable
2020-05-09 21:50:47 +07:00
khai96_
b1febf84ed
Fix pruneStore
2020-05-09 21:41:25 +07:00
khai96_
c8fc1974e1
Run pnpm store prune post action
2020-05-09 21:15:50 +07:00
khai96_
291e58ad85
Enable post action
2020-05-09 21:02:32 +07:00
khai96_
1790ca7f76
Add pnpm install
2020-05-09 20:24:52 +07:00
khai96_
9a1617cf46
Rename install to install-pnpm
2020-05-09 20:03:45 +07:00
khai96_
6fe65dc1af
Move run-install to its own module
2020-05-09 20:01:25 +07:00
khai96_
91d3d73121
Correct validation error message
2020-05-09 19:52:48 +07:00
khai96_
e373fffa0a
Use ajv to validate schema
2020-05-09 19:45:31 +07:00
khai96_
bb24f595c2
Add schema generator
2020-05-09 19:24:07 +07:00
khai96_
d44b8c5e53
Add run_install input
2020-05-09 19:13:46 +07:00
khai96_
4b13327683
Re-add dist/index.js
2020-05-09 18:27:15 +07:00
khai96_
49ba4cbc60
Delete dist/index.js
2020-05-09 18:26:16 +07:00
khai96_
9979c3d928
Use node-fetch
Test Action / Test with default inputs (ubuntu-latest, 4.11.1) (push) Successful in 13s
Test Action / Test with explicit inputs (ubuntu-latest, 4.11.1) (push) Successful in 12s
Test Action / Test with default inputs (macos-latest, 4.11.1) (push) Has been cancelled
Test Action / Test with default inputs (windows-latest, 4.11.1) (push) Has been cancelled
Test Action / Test with explicit inputs (macos-latest, 4.11.1) (push) Has been cancelled
Test Action / Test with explicit inputs (windows-latest, 4.11.1) (push) Has been cancelled
2020-05-08 21:34:25 +07:00
khai96_
7574328996
Forgot to update dist/index.js
2020-05-08 21:17:30 +07:00
khai96_
59a67d7671
Support tilde
2020-05-08 14:24:25 +07:00
khai96_
fe1f80eaca
Exit
2020-05-08 14:17:43 +07:00
khai96_
cf0395bd79
Use glob
2020-05-08 14:12:16 +07:00
khai96_
e1bd3c6b13
Use execPath
2020-05-08 13:47:46 +07:00
khai96_
ed88a96c4e
Update dist
2020-05-08 13:45:30 +07:00
khai96_
2cdf59c2a3
No source map register
2020-05-08 13:36:16 +07:00
khai96_
0527f0747b
Add dist
2020-05-08 13:12:17 +07:00