Skip to content

Commit 7271695

Browse files
committed
chore: add node.js 22 to CI
Signed-off-by: dhmlau <[email protected]>
1 parent 2548940 commit 7271695

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ubuntu-latest]
22-
node-version: [18, 20, 21]
22+
node-version: [18, 20, 22]
2323
include:
2424
- os: macos-latest
25-
node-version: 18 # LTS
25+
node-version: 20 # LTS
2626
- os: windows-latest
27-
node-version: 18 # LTS
27+
node-version: 20 # LTS
2828
fail-fast: false
2929
runs-on: ${{ matrix.os }}
3030
steps:
@@ -68,10 +68,10 @@ jobs:
6868
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
6969
with:
7070
fetch-depth: 0
71-
- name: Use Node.js 18
71+
- name: Use Node.js 20
7272
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
7373
with:
74-
node-version: 18
74+
node-version: 20
7575
- name: Bootstrap project
7676
run: npm ci --ignore-scripts
7777
- name: Verify commit linting

0 commit comments

Comments
 (0)