We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b87cf commit 6570fa8Copy full SHA for 6570fa8
.github/workflows/ci.yml
@@ -14,6 +14,8 @@ jobs:
14
uses: actions/setup-node@v4
15
with:
16
node-version: ${{ matrix.node }}
17
+ - name: Install working npm
18
+ run: npm install -g [email protected]
19
- name: Install
20
run: npm ci
21
- name: Build
0 commit comments