We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd54cb6 commit 39553d5Copy full SHA for 39553d5
.github/workflows/publish.yml
@@ -24,6 +24,8 @@ jobs:
24
uses: actions/setup-node@v4
25
with:
26
node-version: ${{ matrix.node-version }}
27
+ - name: Install npm
28
+ run: npm install -g npm@^11
29
- name: Install dependencies
30
run: pnpm i --frozen-lockfile
31
# Update version
0 commit comments