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 9035225 commit 2de0216Copy full SHA for 2de0216
2 files changed
.github/workflows/node.js.yml
@@ -33,6 +33,7 @@ jobs:
33
uses: actions/setup-node@v3
34
with:
35
node-version: ${{ matrix.node-version }}
36
+ - run: npm install -g npm@latest
37
- run: npm ci
38
- run: npm run build --if-present
39
- if: ${{ matrix.browser }}
.github/workflows/npm-publish.yml
@@ -31,6 +31,7 @@ jobs:
31
32
0 commit comments