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 f20d547 commit c483d63Copy full SHA for c483d63
.github/workflows/continuous-integration.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Use Node.js v19.5.0
19
uses: actions/setup-node@v6
20
with:
21
- node-version: 22.20.0
+ node-version: 24.11.1
22
cache: yarn
23
- name: Install Dependencies
24
run: yarn --immutable
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
42
0 commit comments