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.
2 parents b4c1161 + 89d6bad commit 5cc857bCopy full SHA for 5cc857b
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@master
24
25
- name: Setup node env 🏗
26
- uses: actions/setup-node@v2.1.5
+ uses: actions/setup-node@v3.4.0
27
with:
28
node-version: ${{ matrix.node }}
29
check-latest: true
@@ -33,7 +33,7 @@ jobs:
33
run: echo "::set-output name=dir::$(yarn cache dir)"
34
35
- name: Cache node_modules 📦
36
- uses: actions/cache@v2.1.4
+ uses: actions/cache@v3.0.4
37
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
38
39
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments