Skip to content

Commit

Permalink
chore(build): use Node.js v14 for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkvak committed Dec 29, 2021
1 parent eb91e15 commit 3f45ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 10.x
node-version: 14.x

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 3f45ebb

Please sign in to comment.