Skip to content

Commit

Permalink
cache node_modules to make the build bit faster
Browse files Browse the repository at this point in the history
  • Loading branch information
kosarko committed Feb 15, 2022
1 parent a386b1b commit a402a2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '12'
cache: 'npm'
- name: Install dependencies
run: npm install
- uses: saucelabs/sauce-connect-action@v2
Expand Down

0 comments on commit a402a2d

Please sign in to comment.