Skip to content

Commit

Permalink
ci: enable npm caching
Browse files Browse the repository at this point in the history
  • Loading branch information
DerStimmler committed May 7, 2023
1 parent 3870d7c commit 03283ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

- name: Setup node
uses: actions/setup-node@v3
with:
cache: "npm"

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:

- name: Setup node
uses: actions/setup-node@v3
with:
cache: "npm"

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 03283ca

Please sign in to comment.