Skip to content

Commit cfa9f79

Browse files
authored
Update Node.js versions used in CI (#78)
* Use active LTS for release * Use all supported versions for testing
1 parent fe24826 commit cfa9f79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-npm.yaml

+1-1
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: '20'
16+
node-version: '22.x'
1717
cache: 'npm'
1818
cache-dependency-path: package-lock.json
1919
- run: npm install-test

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
os:
2121
- macos-latest
2222
- ubuntu-latest
23-
node-version: ['18.x', '20.x']
23+
node-version: ['18.x', '20.x', '22.x', '23.x']
2424

2525
steps:
2626
- name: set git core.autocrlf to 'input'

0 commit comments

Comments
 (0)