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.
2 parents 6d8a8df + b1d28a4 commit fd37595Copy full SHA for fd37595
1 file changed
.github/workflows/alpha-releases.yml
@@ -30,6 +30,8 @@ jobs:
30
- uses: ./.github/actions/setup
31
with:
32
node-version: '20'
33
+ - name: Update npm
34
+ run: npm install -g npm@latest # npm >= 11.5.1 is needed
35
- name: setup git
36
run: |
37
git config --local user.email '[email protected]'
0 commit comments