Skip to content

Commit

Permalink
ci: Update install
Browse files Browse the repository at this point in the history
  • Loading branch information
unlight committed Dec 15, 2023
1 parent a52f31d commit 156088c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
node-version: '${{ matrix.node }}'
- name: 'Install depependencies'
run: npm install --force
run: yarn install
- name: 'Regenerate'
run: npm run regen
- name: 'ESLint'
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
with:
node-version: 18
- name: 'Install depependencies'
run: npm install --force
run: yarn install
- name: 'Build'
run: npm run build
- name: 'Release'
Expand Down

0 comments on commit 156088c

Please sign in to comment.