Skip to content

Commit

Permalink
cachev2 --> cachev3 upgrade"
Browse files Browse the repository at this point in the history
  • Loading branch information
karkir0003 committed Dec 25, 2023
1 parent 0076968 commit da2a4b0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: 20.x

- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -33,4 +33,8 @@ jobs:
run: npm install

- name: Build
run: npm run build
run: npm run build

- name: Run depcheck
run: npx depcheck --ignore-bin-package
working-directory: ./frontend

0 comments on commit da2a4b0

Please sign in to comment.