Skip to content

Commit f6afb6f

Browse files
authored
Update Node.js versions used in CI (#370)
* chore: release using active LTS * chore: test with active LTS + current
1 parent 9430498 commit f6afb6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.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: 20.x
25+
node-version: 22.x
2626
cache: 'npm'
2727
cache-dependency-path: package-lock.json
2828
- run: npm ci

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node-version: [18.19.0, 20.x]
18+
node-version: [22.x, 23.x]
1919
steps:
2020
- name: set git core.autocrlf to 'input'
2121
run: git config --global core.autocrlf input

0 commit comments

Comments
 (0)