Skip to content

Commit

Permalink
Upgrade node version in the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Nov 14, 2021
1 parent ed90c2e commit 2bac69b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
fetch-depth: 0

- name: Setup Node.js 10.x
- name: Setup Node.js 12.x
uses: actions/setup-node@master
with:
node-version: 10.x
node-version: 12.x

- name: Install Yarn
run: npm install --global yarn
Expand Down

0 comments on commit 2bac69b

Please sign in to comment.