Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode authored and nikoladavitkovski committed Sep 5, 2022
1 parent 1ca4e37 commit 3d06050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/node.js.yml
Expand Up @@ -17,6 +17,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm i -g npm@7
- run: npm ci --ignore-scripts
- run: npm test
4 changes: 2 additions & 2 deletions .github/workflows/npm_publish.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm ci --ignore-scripts
- run: npm test

publish-npm:
Expand All @@ -26,7 +26,7 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm ci --ignore-scripts
- run: npm run build
- run: npm publish
env:
Expand Down

0 comments on commit 3d06050

Please sign in to comment.