Skip to content

Commit

Permalink
chore: update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pipipi-pikachu committed Oct 8, 2023
1 parent e59e389 commit 7934319
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Clear Cache
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

- uses: actions/checkout@v3

- name: Use Node.js v18
Expand Down

0 comments on commit 7934319

Please sign in to comment.