We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cba1ba commit 79f88f0Copy full SHA for 79f88f0
1 file changed
.github/workflows/ci.yaml
@@ -20,6 +20,9 @@ jobs:
20
with:
21
node-version: 24.13.1
22
23
+ - name: Setup npm
24
+ run: npm install -g npm@11.8.0
25
+
26
- name: Cache node_modules
27
uses: actions/cache@v3
28
0 commit comments