Skip to content

Commit

Permalink
fix: actions install job (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
idaho authored Dec 5, 2023
1 parent bc94643 commit c2d7360
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: |
npm install
npm ci
- name: Build
run: |
npm run build
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: |
npm install
npm ci
- name: Quality assurance
run: |
npm run qa
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: 18.x
- name: Install dependencies
run: |
npm install
npm ci
- name: Building
run: |
npm run build
Expand Down

0 comments on commit c2d7360

Please sign in to comment.