We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6570fa8 commit f84fa7fCopy full SHA for f84fa7f
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
node-version: ${{ matrix.node }}
17
- name: Install working npm
18
- run: npm install -g npm@10.8.0
+ run: npm install -g npm@10.7.0
19
- name: Install
20
run: npm ci
21
- name: Build
0 commit comments