Skip to content

Commit 9bd839c

Browse files
authored
chore: Added Node 22 to test matrix (#196)
1 parent a091061 commit 9bd839c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020

21-
- name: Use Node.js 20.x
21+
- name: Use Node.js 22.x
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: 20.x
24+
node-version: 22.x
2525
- run: npm install
2626
- run: npm run lint
2727
- run: npm test
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
node-version: [16.x, 17.x, 18.x, 20.x]
42+
node-version: [16.x, 18.x, 20.x, 22.x]
4343
os: [ ubuntu-latest, windows-latest ]
4444
runs-on: ${{ matrix.os }}
4545
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"

.github/workflows/staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
node:
88
description: 'Node version'
99
required: true
10-
default: '20.x'
10+
default: '22.x'
1111
os:
1212
description: 'Operating System (ubuntu-20.04, ubuntu-latest, windows-latest)'
1313
required: true

0 commit comments

Comments
 (0)