We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41dc560 commit 42bc675Copy full SHA for 42bc675
2 files changed
.github/workflows/release.yaml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup Node.js
16
uses: actions/setup-node@v2
17
with:
18
- node-version: 12
+ node-version: 16
19
- name: Install dependencies
20
run: yarn
21
- name: Release
.github/workflows/test.yaml
@@ -18,7 +18,7 @@ jobs:
22
23
- name: Get yarn cache directory path
24
id: yarn-cache-dir-path
0 commit comments