Skip to content

Commit cabb24b

Browse files
authored
Update Node.js version in CI workflows (#192)
1 parent 181271c commit cabb24b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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'

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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
@@ -32,7 +32,7 @@ jobs:
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

.github/workflows/format-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)