We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4734b commit dae43d6Copy full SHA for dae43d6
.github/workflows/nodejs.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Use Node.js
15
uses: actions/setup-node@v1
16
with:
17
- node-version: "18.x"
+ node-version: "16.x"
18
19
- name: Install dependencies
20
run: yarn --frozen-lockfile
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
21
- node-version: 18
+ node-version: 16
22
23
24
0 commit comments