File tree Expand file tree Collapse file tree 2 files changed +1
-23
lines changed
Expand file tree Collapse file tree 2 files changed +1
-23
lines changed Original file line number Diff line number Diff line change 5151 run : pnpm unit
5252 env :
5353 FORCE_COLOR : 2
54- old :
55- runs-on : ubuntu-latest
56- name : Node.js 10 Quick
57- steps :
58- - name : Checkout the repository
59- uses : actions/checkout@v2
60- - name : Install pnpm
61- uses : pnpm/action-setup@v1
62- with :
63- version : 3
64- env :
65- ACTIONS_ALLOW_UNSECURE_COMMANDS : true
66- - name : Install Node.js 10
67- uses : actions/setup-node@v2
68- with :
69- node-version : 10
70- - name : Install dependencies
71- run : pnpm install --frozen-lockfile --ignore-scripts
72- - name : Run unit tests
73- run : pnpm unit
74- env :
75- FORCE_COLOR : 2
Original file line number Diff line number Diff line change 1919 "test" : " c8 pnpm unit && eslint ."
2020 },
2121 "engines" : {
22- "node" : " >=10.0 "
22+ "node" : " ^12 || ^14 || >= 16 "
2323 },
2424 "exports" : {
2525 "." : {
You can’t perform that action at this time.
0 commit comments