Skip to content

Commit 82f53de

Browse files
committed
update test node to 22
1 parent 45db210 commit 82f53de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
with:
4141
bundler-cache: true
4242

43+
- uses: actions/setup-node@v4
44+
with:
45+
node-version: 22
46+
4347
- name: Find yarn cache location
4448
id: yarn-cache
4549
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)