Skip to content

Commit acf014e

Browse files
committed
build(gha): test on node v22
1 parent 6a02602 commit acf014e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/node.js.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@ jobs:
3838
--health-interval 4s
3939
steps:
4040
- uses: actions/checkout@v4
41-
- name: Use Node.js 18
42-
uses: actions/setup-node@v4
41+
- uses: actions/setup-node@v4
4342
with:
44-
node-version: 18
43+
node-version: 22
4544
- run: npm ci
4645
- name: run tests
4746
run: npm test

0 commit comments

Comments
 (0)