Skip to content

Commit 509da0c

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-integration.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 5
1313
strategy:
1414
matrix:
15-
node-version: [18, 20] # Maintenance, Active LTS & Current
15+
node-version: [18, 20, 22] # Maintenance, Active LTS & Current
1616
fail-fast: false
1717
services:
1818
postgres:
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@v4
4343
- uses: actions/setup-node@v4
4444
with:
45-
node-version: 18 # LTS
45+
node-version: 20 # LTS
4646
- run: npm ci --ignore-scripts
4747
- name: Verify code linting
4848
run: npx --no eslint .
@@ -57,7 +57,7 @@ jobs:
5757
fetch-depth: 0
5858
- uses: actions/setup-node@v4
5959
with:
60-
node-version: 18 # LTS
60+
node-version: 20 # LTS
6161
- run: npm ci --ignore-scripts
6262
- name: Verify commit linting
6363
run: npx --no -p @commitlint/cli commitlint --from origin/master --to HEAD --verbose

0 commit comments

Comments
 (0)