Skip to content

Commit

Permalink
build: use node 16 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz authored Nov 2, 2021
1 parent 70f50e0 commit 573801d
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 @@ -2,7 +2,7 @@ name: Release CI
on:
push:
branches:
- main
- master
- next
- beta
- alpha
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 16
- name: Release
uses: cycjimmy/semantic-release-action@v2
with:
Expand Down

0 comments on commit 573801d

Please sign in to comment.