Skip to content

Commit

Permalink
Merge pull request #1216 from Turbo87/fix-publish
Browse files Browse the repository at this point in the history
CI: Fix `release` job
  • Loading branch information
Turbo87 authored Aug 30, 2021
2 parents a0ddda6 + e5b98b7 commit fd1aec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 10
node-version: 14
registry-url: 'https://registry.npmjs.org'

- run: yarn install
Expand Down

0 comments on commit fd1aec5

Please sign in to comment.