We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25efc42 commit ac556baCopy full SHA for ac556ba
.github/workflows/release.yml
@@ -13,6 +13,7 @@ jobs:
13
- uses: actions/setup-node@v2
14
with:
15
node-version: 12
16
+ cache: npm
17
- uses: actions/cache@v2
18
19
path: ~/.npm
.github/workflows/test.yml
@@ -19,6 +19,7 @@ jobs:
uses: actions/setup-node@v2
20
21
node-version: ${{ matrix.node_version }}
22
23
24
25
0 commit comments