Skip to content

Commit

Permalink
chore(deps): use npm ci instead of npm-install (#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Sep 18, 2023
1 parent b4a8d85 commit 1e81873
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20.5.0
- uses: bahmutov/npm-install@v1
- run: npm ci
- run: npm run format
- run: npm run build

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: bahmutov/npm-install@v1
- run: npm ci
- run: npm run check:markdown
2 changes: 1 addition & 1 deletion .github/workflows/example-wait-on.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
uses: bahmutov/npm-install@v1
run: npm ci
- name: Run ping from CLI
run: node src/ping-cli https://example.cypress.io

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# Node.js minor version is aligned to
# https://github.com/actions/runner/blob/main/src/Misc/externals.sh
node-version: 20.5.0
- uses: bahmutov/npm-install@v1
- run: npm ci
- run: npm run format
- run: npm run build
- run: npm test
Expand All @@ -35,7 +35,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: bahmutov/npm-install@v1
- run: npm ci
# https://github.com/cycjimmy/semantic-release-action
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
Expand Down

0 comments on commit 1e81873

Please sign in to comment.