File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v3
1515 - uses : actions/setup-node@v3
1616 with :
17- node-version : 16
17+ node-version : 24
1818 - run : npm ci
1919 - run : npm test
2020
2828 - uses : actions/checkout@v3
2929 - uses : actions/setup-node@v3
3030 with :
31- node-version : 16
31+ node-version : 24
3232 registry-url : https://npm.pkg.github.com/
3333 - run : npm ci
3434 - run : npm publish
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v3
1515 - uses : actions/setup-node@v3
1616 with :
17- node-version : 12
17+ node-version : 24
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 : 12
28+ node-version : 24
2929 registry-url : https://registry.npmjs.org/
3030 - run : npm ci
3131 - run : npm publish
4242 - uses : actions/checkout@v3
4343 - uses : actions/setup-node@v3
4444 with :
45- node-version : 12
45+ node-version : 24
4646 registry-url : https://npm.pkg.github.com/
4747 - run : npm ci
4848 - run : npm publish
You can’t perform that action at this time.
0 commit comments