Skip to content

Commit

Permalink
chore: setup npm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Oct 31, 2023
1 parent b83ed2b commit 5ab868a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: setup cache
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node
- name: Install dependencies
run: npm ci
- name: Build
Expand Down

0 comments on commit 5ab868a

Please sign in to comment.