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 e6f036f commit a75a62aCopy full SHA for a75a62a
.github/workflows/CI.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Setup node
30
uses: actions/setup-node@v6
31
with:
32
- node-version: 22
+ node-version: 24
33
cache: 'yarn'
34
35
- name: Install
@@ -132,7 +132,7 @@ jobs:
132
133
if: ${{ !matrix.settings.docker }}
134
135
136
cache: yarn
137
- name: Download tar.node
138
if: ${{ matrix.settings.host == 'ubuntu-latest' }}
@@ -412,7 +412,7 @@ jobs:
412
413
414
415
416
417
- name: Install dependencies
418
run: yarn install
0 commit comments