Skip to content

Commit 045800c

Browse files
authored
Update Node.js versions used in CI (#332)
1 parent a7021e6 commit 045800c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: '16'
16+
node-version: '22.x'
1717
cache: 'npm'
1818
cache-dependency-path: javascript/package-lock.json
1919
- run: npm install-test

.github/workflows/test-javascript.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
matrix:
1818
os:
1919
- ubuntu-latest
20-
node-version: ['18.x', '20.x']
20+
node-version: ['18.x', '20.x', '22.x', '23.x']
2121
include:
2222
- os: windows-latest
23-
node-version: '20.x'
23+
node-version: '22.x'
2424
- os: macos-latest
25-
node-version: '20.x'
25+
node-version: '22.x'
2626

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

0 commit comments

Comments
 (0)