We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fca259b + 289f5dc commit a481c42Copy full SHA for a481c42
2 files changed
.github/workflows/cd.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
ref: master
19
- name: Use nodejs
20
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
21
22
node-version: '16.x'
23
- name: Get yarn cache directory path
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Checkout repo
15
uses: actions/checkout@v3
16
- name: Install dependencies
0 commit comments