Skip to content

Commit

Permalink
ci: bump node version in release
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Oct 12, 2021
1 parent ce57bf8 commit 0525e4b
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 @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '10.14'
node-version: '12.2'
registry-url: https://registry.npmjs.org/
- name: Cache Node.js modules
uses: actions/cache@v2
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '10.14'
node-version: '12.2'
- name: Cache Node.js modules
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 0525e4b

Please sign in to comment.