Skip to content

Commit

Permalink
use npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Nov 27, 2024
1 parent 00cfb23 commit 1663eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version-file: '.nvmrc'

steps:
- uses: actions/checkout@v1
Expand All @@ -85,7 +85,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install package
run: npm i
run: npm ci

- name: Publish package to npm
run: |
Expand Down

0 comments on commit 1663eb7

Please sign in to comment.