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 7ce8160 commit d94f2b5Copy full SHA for d94f2b5
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Set up Node.js
22
uses: actions/setup-node@v2-beta
23
with:
24
- node-version: '14'
+ node-version: '16'
25
26
- name: Install dependencies
27
run: yarn install
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
20
0 commit comments