Skip to content

Commit 33402c2

Browse files
committed
build: use 22.x
1 parent 205f85d commit 33402c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
test:
77
strategy:
88
matrix:
9-
node: ["18.x", "20.x", "22.0.0"]
9+
node: ["22.x"]
1010
platform: [ubuntu-latest]
1111
name: Node v${{matrix.node}} ((${{matrix.platform}}))
1212
runs-on: ${{matrix.platform}}
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v4
4141
- uses: actions/setup-node@v4
4242
with:
43-
node-version: "22.0.0"
43+
node-version: "22.x"
4444
- name: install dependencies
4545
run: npm ci
4646
- name: build project

0 commit comments

Comments
 (0)