Skip to content

Commit 1ae1feb

Browse files
Update CI to use node 22 @W-16170810@ (#114)
* update node versions * add newline
1 parent db7cae1 commit 1ae1feb

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: '14.x'
14+
node-version: '22.x'
1515
registry-url: 'https://registry.npmjs.org'
1616
- run: npm ci
1717
- run: npm run build

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
linux-tests:
1010
strategy:
1111
matrix:
12-
node: [10, 12, 14, 16]
12+
# TODO: remove older node versions
13+
node: [10, 12, 14, 16, 18, 20, 22]
1314
fail-fast: false
1415
runs-on: ubuntu-latest
1516
steps:

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
22

0 commit comments

Comments
 (0)