We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eeeddb commit 0e7087bCopy full SHA for 0e7087b
1 file changed
.github/actions/setup/action.yml
@@ -9,7 +9,9 @@ runs:
9
with:
10
node-version: '20'
11
node-version-file: .nvmrc
12
- npm-version: '12.10.0'
+
13
+ - name: Upgrade npm for trusted publishing
14
+ run: npm install -g npm@latest
15
16
- name: Install dependencies
17
run: yarn install --immutable
0 commit comments