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 4668c6a commit 18c1315Copy full SHA for 18c1315
2 files changed
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- uses: actions/setup-node@v4
53
with:
54
- node-version: "24.x"
+ node-version: "24.18.0"
55
56
- run: npm i
57
.github/workflows/tests.yml
@@ -73,7 +73,7 @@ jobs:
73
if: env.HAS_CHANGES == 'true'
74
uses: actions/setup-node@v4
75
76
77
78
- name: Cache npm dependencies
79
@@ -173,7 +173,7 @@ jobs:
173
- name: Setup Node.js
174
175
176
177
178
179
uses: actions/cache@v4
0 commit comments