File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 : 22
16+ node-version : 24
1717 - run : npm ci
1818 - run : npx eslint
1919
2323 - uses : actions/checkout@v4
2424 - uses : actions/setup-node@v4
2525 with :
26- node-version : 22
26+ node-version : 24
2727 - run : npm ci
2828 - run : npm pack
2929 - uses : actions/upload-artifact@v4
3737 - uses : actions/checkout@v4
3838 - uses : actions/setup-node@v4
3939 with :
40- node-version : 22
40+ node-version : 24
4141 - run : npm ci
4242 - run : npx prettier --check .
4343
4747 - uses : actions/checkout@v4
4848 - uses : actions/setup-node@v4
4949 with :
50- node-version : 22
50+ node-version : 24
5151 - run : npm ci
5252 - run : npx remark --frail .
5353
5959 - 18
6060 - 20
6161 - 22
62+ - 24
6263 steps :
6364 - uses : actions/checkout@v4
6465 - uses : actions/setup-node@v4
6768 - run : npm ci
6869 - run : npm test
6970 - uses : codecov/codecov-action@v5
70- if : ${{ matrix.node-version == 22 }}
71+ if : ${{ matrix.node-version == 24 }}
7172 - uses : codecov/test-results-action@v1
72- if : ${{ matrix.node-version == 22 }}
73+ if : ${{ matrix.node-version == 24 }}
7374
7475 release :
7576 runs-on : ubuntu-latest
8586 steps :
8687 - uses : actions/setup-node@v4
8788 with :
88- node-version : 22
89+ node-version : 24
8990 registry-url : https://registry.npmjs.org
9091 - uses : actions/download-artifact@v4
9192 with : { name: package }
You can’t perform that action at this time.
0 commit comments