Skip to content

Commit

Permalink
build: package-lock.json
Browse files Browse the repository at this point in the history
closes #1193
  • Loading branch information
mightyiam committed Jul 22, 2023
1 parent 2bfdde4 commit b3a6535
Show file tree
Hide file tree
Showing 3 changed files with 12,771 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: latest
- run: npm install
- run: npm ci
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ steps.get-token.outputs.token }}
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm --global install npm@latest
- run: npm install
- run: npm ci
- run: npm test
get-supported-node-versions:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

0 comments on commit b3a6535

Please sign in to comment.