Skip to content

Commit 23d9388

Browse files
authored
Merge pull request #127 from ChainSafe/cayman/fix-ci
Fix release workflow
2 parents b7a66ff + acacf17 commit 23d9388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Nodejs
3535
uses: actions/setup-node@v1
3636
with:
37-
node-version: "12.x"
37+
node-version: "14.x"
3838
registry-url: "https://registry.npmjs.org"
3939
- name: Install dependencies
4040
run: yarn install --non-interactive --frozen-lockfile
@@ -62,4 +62,4 @@ jobs:
6262
tag: ${{ needs.tag.outputs.tag }}
6363
delete_orphan_tag: true
6464
env:
65-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)