Skip to content

Commit 6929c3c

Browse files
committed
ci: upgrade node to v22a
1 parent c4d4c3d commit 6929c3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ jobs:
159159
toolchain: stable
160160
- name: Install node
161161
uses: actions/setup-node@v3
162+
with:
163+
node-version: '22'
162164
- name: Install yarn
163165
run: |
164166
npm install -g yarn

0 commit comments

Comments
 (0)