Fix release workflow

This commit is contained in:
Cayman 2022-05-05 08:16:14 -05:00
parent b7a66ff845
commit acacf17c4a
No known key found for this signature in database
GPG Key ID: 54B21AEC3C53E1F5
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ jobs:
- name: Setup Nodejs
uses: actions/setup-node@v1
with:
node-version: "12.x"
node-version: "14.x"
registry-url: "https://registry.npmjs.org"
- name: Install dependencies
run: yarn install --non-interactive --frozen-lockfile
@ -62,4 +62,4 @@ jobs:
tag: ${{ needs.tag.outputs.tag }}
delete_orphan_tag: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}