Skip to content

Commit

Permalink
CI: make use of actions/setup-node's cache option (nodejs#4058)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Aug 19, 2021
1 parent b01ff5e commit a7f1fc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: "${{ env.NODE }}"
cache: npm

- run: java -version

Expand Down

0 comments on commit a7f1fc0

Please sign in to comment.