Skip to content

Commit eedf911

Browse files
committed
Update Node.js versions used in CI
1 parent 14ccf8f commit eedf911

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
- uses: actions/setup-node@v4
1212
with:
13-
node-version: 14
13+
node-version: 22
1414

1515
- run: npm ci
1616
- run: npm test # Test the code itself

.github/workflows/daily-main-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: 14
16+
node-version: 22
1717

1818
- run: npm ci
1919

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: '16.x'
18+
node-version: 22
1919
registry-url: 'https://registry.npmjs.org'
2020

2121
- run: npm ci

0 commit comments

Comments
 (0)