Skip to content

Commit

Permalink
use ci instaed of install (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 authored Aug 29, 2024
1 parent 18006e5 commit 5a01dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
node-version: ${{ matrix.node }}

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

- name: Test
run: |
Expand Down

0 comments on commit 5a01dd7

Please sign in to comment.