Skip to content

Commit a0a5362

Browse files
committed
CI: make use of the actions/setup-node's cache option
1 parent 7c773a6 commit a0a5362

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: actions/setup-node@v2
2020
with:
2121
node-version: "${{ env.NODE }}"
22+
cache: npm
2223

2324
- name: Set up Ruby
2425
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)