Skip to content

Commit

Permalink
cache node dependencies in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Oct 29, 2023
1 parent 551727b commit 9910d8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm

- name: Install node dependencies
run: npm install
Expand Down

0 comments on commit 9910d8d

Please sign in to comment.