Skip to content

Commit

Permalink
chore: update node version on actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Kim committed Oct 28, 2019
1 parent e95f226 commit dbac003
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 @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 12.x
registry-url: http://registry.npmjs.org/

- name: validate before release
Expand Down

0 comments on commit dbac003

Please sign in to comment.