Skip to content

Commit ac9b4a3

Browse files
committed
Use newer Node
1 parent 2a49b3c commit ac9b4a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v3
1616

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

2222
- name: Install
2323
run: yarn --immutable --ignore-engines
@@ -51,8 +51,8 @@ jobs:
5151
- 14
5252
- 15
5353
node-version:
54-
- 16.x
55-
- 18.x
54+
- 22.x
55+
- 24.x
5656

5757
services:
5858
postgres:

0 commit comments

Comments
 (0)