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.
2 parents b7a66ff + acacf17 commit 23d9388Copy full SHA for 23d9388
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Setup Nodejs
35
uses: actions/setup-node@v1
36
with:
37
- node-version: "12.x"
+ node-version: "14.x"
38
registry-url: "https://registry.npmjs.org"
39
- name: Install dependencies
40
run: yarn install --non-interactive --frozen-lockfile
@@ -62,4 +62,4 @@ jobs:
62
tag: ${{ needs.tag.outputs.tag }}
63
delete_orphan_tag: true
64
env:
65
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments