We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/setup-node
1 parent b01ff5e commit a7f1fc0Copy full SHA for a7f1fc0
1 file changed
.github/workflows/test.yml
@@ -28,6 +28,7 @@ jobs:
28
uses: actions/setup-node@v2
29
with:
30
node-version: "${{ env.NODE }}"
31
+ cache: npm
32
33
- run: java -version
34
0 commit comments