Skip to content

Commit eafdcfe

Browse files
committed
ci: upgrade node to v22a
1 parent 47c85b1 commit eafdcfe

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)