File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -15,22 +15,18 @@ concurrency:
1515
1616jobs :
1717 tests :
18- runs-on : ${{ matrix.os }}
18+ runs-on : ubuntu-latest
1919 if : github.event.pull_request.draft == false
2020
21- strategy :
22- matrix :
23- os : [ubuntu-latest]
24- node : [18, 20]
25-
2621 steps :
2722 - name : Check out repository
2823 uses : actions/checkout@v4
2924
3025 - name : Install Node.js
3126 uses : actions/setup-node@v4
3227 with :
33- node-version : ${{ matrix.node }}
28+ node-version : 20
29+ registry-url : ' https://registry.npmjs.org'
3430
3531 - name : Update NPM to latest
3632 run : npm install npm@latest -g
Original file line number Diff line number Diff line change 55 "types" : " ./dist/index.d.ts" ,
66 "type" : " module" ,
77 "engines" : {
8- "node" : " >=18 .0.0"
8+ "node" : " >=20 .0.0"
99 },
1010 "dependencies" : {
1111 "adm-zip" : " 0.5.16" ,
You can’t perform that action at this time.
0 commit comments