Skip to content

Commit

Permalink
Change release CI to use node 12 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
davimacedo authored Aug 4, 2021
1 parent 3df7bc0 commit c55ba84
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 @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '10.14'
node-version: 12
registry-url: https://registry.npmjs.org/
- name: Cache Node.js modules
uses: actions/cache@v2
Expand Down

0 comments on commit c55ba84

Please sign in to comment.