We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6df42 commit 41e6729Copy full SHA for 41e6729
.github/workflows/pre-release.yml
@@ -16,10 +16,6 @@ jobs:
16
check-latest: true
17
cache-dependency-path: 'npm-shrinkwrap.json'
18
registry-url: 'https://registry.npmjs.org'
19
- # This can be removed once npm >=7.20.0 is installed by default.
20
- # See https://github.com/npm/cli/issues/2755.
21
- - name: Upgrade npm
22
- run: npm install -g npm@latest
23
- name: Install core dependencies
24
run: npm ci --no-audit
25
- name: Extract tag and version
0 commit comments