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 22bdd27 commit 70a4424Copy full SHA for 70a4424
.github/workflows/npm.yml
@@ -16,6 +16,8 @@ jobs:
16
with:
17
node-version: 'lts/*'
18
registry-url: 'https://registry.npmjs.org'
19
+ - name: Update npm package manager
20
+ run: npm install -g npm@latest
21
- name: Checkout
22
uses: actions/checkout@v4
23
- name: Install dependencies
0 commit comments