Skip to content

Commit b32b186

Browse files
authored
Update Node.js versions used in CI (#62)
* use active LTS for releasing * use all supported versions for testing
1 parent 42b3415 commit b32b186

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release-npm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: actions/setup-node@v4
2525
with:
26-
node-version: "17"
26+
node-version: "22.x"
2727
cache: "npm"
2828
cache-dependency-path: package-lock.json
2929

.github/workflows/test.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: ["16.x", "18.x"]
21+
node-version: ["18.x", "20.x", "22.x", "23.x"]
2222
include:
2323
- os: windows-latest
24-
node-version: "18.x"
24+
node-version: "22.x"
2525
- os: macos-latest
26-
node-version: "18.x"
26+
node-version: "22.x"
2727

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

0 commit comments

Comments
 (0)