Skip to content

Commit

Permalink
Merge pull request #1195 from standard/npm-lockfile
Browse files Browse the repository at this point in the history
build: package-lock.json
  • Loading branch information
mightyiam authored Jul 22, 2023
2 parents 2bfdde4 + b3a6535 commit 2a20b96
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.

Loading

0 comments on commit 2a20b96

Please sign in to comment.