Skip to content

Commit baf071f

Browse files
authored
Update Node.js versions used in CI (#356)
* chore: use active LTS to release * chore: use active LTS + current to test * fix missed versions
1 parent 87dcf7a commit baf071f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release-javascript.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- uses: actions/setup-node@v4
2424
with:
25-
node-version: 18
25+
node-version: 22.x
2626
cache: "npm"
2727
cache-dependency-path: javascript/package-lock.json
2828
- run: npm install-ci-test

.github/workflows/test-javascript.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
matrix:
1919
os:
2020
- ubuntu-latest
21-
node-version: [18, 20]
21+
node-version: [22.x, 23.x]
2222
include:
2323
- os: windows-latest
24-
node-version: 18
24+
node-version: 22.x
2525
- os: macos-latest
26-
node-version: 18
26+
node-version: 22.x
2727

2828
steps:
2929
- name: set git core.autocrlf to 'input'

0 commit comments

Comments
 (0)