File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 - name : Install Node.js
1717 uses : actions/setup-node@v6
1818 with :
19- node-version : 16.x
19+ node-version : 24
2020 - run : npm install
2121 - run : xvfb-run -a npm test
2222 if : runner.os == 'Linux'
Original file line number Diff line number Diff line change 1818 - name : Set up Node.js
1919 uses : actions/setup-node@v6
2020 with :
21- node-version : 16.x
21+ node-version : 24
2222
2323 deploy :
2424 needs : build
3232 - name : Set up Node.js
3333 uses : actions/setup-node@v6
3434 with :
35- node-version : 16.x
35+ node-version : 24
3636
3737 - name : Install dependencies
3838 run : npm ci
Original file line number Diff line number Diff line change 1616 - name : Setup Node.js
1717 uses : actions/setup-node@v6
1818 with :
19- node-version : ' 16.x '
19+ node-version : 24
2020
2121 - name : Check TS linting
2222 run : |
You can’t perform that action at this time.
0 commit comments