Skip to content

Commit 7e70d2b

Browse files
committed
Update to Node 22
1 parent ec6ddb8 commit 7e70d2b

1 file changed

Lines changed: 9 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v6
1616

17-
- name: Use Node.js 18
18-
uses: actions/setup-node@v3
17+
- name: Use Node.js 22
18+
uses: actions/setup-node@v6
1919
with:
20-
node-version: 18
20+
node-version: 22
2121

2222
- name: Install
2323
run: yarn --immutable --ignore-engines
@@ -42,15 +42,12 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
postgres-version:
45-
- 11
4645
- 12
47-
- 13
4846
- 14
49-
- 15
50-
node-version:
51-
- 14
52-
- 16
5347
- 18
48+
node-version:
49+
- 22
50+
- 24
5451

5552
name: test (node:${{ matrix.node-version }}, postgres:${{ matrix.postgres-version }})
5653

@@ -70,10 +67,10 @@ jobs:
7067

7168
steps:
7269
- name: Checkout
73-
uses: actions/checkout@v3
70+
uses: actions/checkout@v6
7471

7572
- name: Use Node.js ${{ matrix.node-version }}
76-
uses: actions/setup-node@v3
73+
uses: actions/setup-node@v6
7774
with:
7875
node-version: ${{ matrix.node-version }}
7976

0 commit comments

Comments
 (0)