We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2c2779 + 35570d2 commit 90ec5bfCopy full SHA for 90ec5bf
1 file changed
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Node.js
18
uses: actions/setup-node@v3
19
with:
20
- node-version: 'lts/*'
+ node-version: '14'
21
- name: Install dependencies
22
run: yarn install --frozen-lockfile
23
- name: Release
0 commit comments