Skip to content

Commit a7f1fc0

Browse files
authored
CI: make use of actions/setup-node's cache option (#4058)
1 parent b01ff5e commit a7f1fc0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
uses: actions/setup-node@v2
2929
with:
3030
node-version: "${{ env.NODE }}"
31+
cache: npm
3132

3233
- run: java -version
3334

0 commit comments

Comments
 (0)