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 7ec61c1 commit 4c63d6dCopy full SHA for 4c63d6d
.github/workflows/node.js.yml
@@ -21,13 +21,13 @@ jobs:
21
steps:
22
- uses: actions/checkout@v2
23
- name: Use Node.js ${{ matrix.node-version }}
24
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2-beta
25
with:
26
node-version: ${{ matrix.node-version }}
27
- name: Get yarn cache directory path
28
id: yarn-cache-dir-path
29
run: echo "::set-output name=dir::$(yarn cache dir)"
30
- - uses: actions/cache@v1
+ - uses: actions/cache@v2
31
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
32
33
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments