Skip to content

Commit 97b53f4

Browse files
authored
fix(ci): Bump node environment to 16
1 parent 281189d commit 97b53f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup Node.js
4545
uses: actions/setup-node@v2
4646
with:
47-
node-version: 13
47+
node-version: 16
4848
- name: Add execution plugin
4949
run: npm install @semantic-release/exec
5050
- name: Release to GitHub

0 commit comments

Comments
 (0)