Skip to content

Commit

Permalink
ci: bump up node version for release (#276)
Browse files Browse the repository at this point in the history
This version of semantic release requires node 14
  • Loading branch information
samchungy authored Feb 21, 2022
1 parent 867d997 commit 5362b54
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 @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14
- run: npm install
- run: npx semantic-release
env:
Expand Down

0 comments on commit 5362b54

Please sign in to comment.