Skip to content

Commit

Permalink
Use yarn instead of npm
Browse files Browse the repository at this point in the history
  • Loading branch information
1Revenger1 committed Aug 8, 2024
1 parent 60bbd78 commit 0f0b782
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 38,981 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'npm'
cache-dependency-path: ./package.json
cache: 'yarn'
cache-dependency-path: ./yarn.json
- name: Install Dependencies
run: npm ci
run: yarn ci
- name: Build
run: npm run build
run: yarn run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
Loading

0 comments on commit 0f0b782

Please sign in to comment.