We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f518a6 commit 016e6a1Copy full SHA for 016e6a1
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
with:
58
node-version: 18
59
- name: Upgrade npm
60
- run: npm i -g npm@latest
+ run: npm i -g npm@10
61
- name: Install
62
run: npm ci
63
- name: Build
0 commit comments