File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 - uses : actions/setup-node@v4
1515 with :
16- node-version : 20
16+ node-version : 22
1717 - run : npm ci
1818 - run : npx eslint .
1919
2525 - 16
2626 - 18
2727 - 20
28+ - 22
2829 steps :
2930 - uses : actions/checkout@v4
3031 - uses : actions/setup-node@v4
@@ -33,15 +34,15 @@ jobs:
3334 - run : npm ci
3435 - run : npm test
3536 - uses : codecov/codecov-action@v3
36- if : ${{ matrix.node-version == 20 }}
37+ if : ${{ matrix.node-version == 22 }}
3738
3839 pack :
3940 runs-on : ubuntu-latest
4041 steps :
4142 - uses : actions/checkout@v4
4243 - uses : actions/setup-node@v4
4344 with :
44- node-version : 20
45+ node-version : 22
4546 - run : npm ci
4647 - run : npm pack
4748 - uses : actions/upload-artifact@v4
5556 - uses : actions/checkout@v4
5657 - uses : actions/setup-node@v4
5758 with :
58- node-version : 20
59+ node-version : 22
5960 - run : npm ci
6061 - run : npx prettier --check .
6162
6566 - uses : actions/checkout@v4
6667 - uses : actions/setup-node@v4
6768 with :
68- node-version : 20
69+ node-version : 22
6970 - run : npm ci
7071 - run : npx remark --frail .
7172
8283 steps :
8384 - uses : actions/setup-node@v4
8485 with :
85- node-version : 20
86+ node-version : 22
8687 registry-url : https://registry.npmjs.org
8788 - uses : actions/download-artifact@v4
8889 with : { name: package }
You can’t perform that action at this time.
0 commit comments