We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca232c2 commit c2922f2Copy full SHA for c2922f2
.github/workflows/CI.yml
@@ -70,7 +70,7 @@ jobs:
70
- name: Setup node
71
uses: actions/setup-node@v6
72
with:
73
- node-version: 22
+ node-version: 24
74
cache: yarn
75
- name: Install
76
uses: dtolnay/rust-toolchain@stable
@@ -109,7 +109,7 @@ jobs:
109
110
if: matrix.settings.target == 'i686-pc-windows-msvc'
111
112
113
114
architecture: x86
115
- name: Build
@@ -296,7 +296,7 @@ jobs:
296
297
298
299
300
301
- name: Install dependencies
302
run: yarn install
0 commit comments