File tree Expand file tree Collapse file tree 4 files changed +374
-101
lines changed Expand file tree Collapse file tree 4 files changed +374
-101
lines changed Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v3
1212 - uses : actions/setup-node@v3
1313 with :
14- node-version : 18
14+ node-version : 20
1515 - run : npm ci
1616 - run : npm test -- --coverage
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Node.js Package
55
66on :
77 release :
8- types : [created ]
8+ types : [published ]
99
1010jobs :
1111 build :
1414 - uses : actions/checkout@v3
1515 - uses : actions/setup-node@v3
1616 with :
17- node-version : 18
17+ node-version : 20
1818 - run : npm ci
1919 - run : npm test
2020
2525 - uses : actions/checkout@v3
2626 - uses : actions/setup-node@v3
2727 with :
28- node-version : 18
28+ node-version : 20
2929 registry-url : https://registry.npmjs.org/
3030 - run : npm ci
3131 - run : npm run build
You can’t perform that action at this time.
0 commit comments