Skip to content

Commit f974037

Browse files
authored
fix(ci): use node 18
1 parent ae13628 commit f974037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Node.js
4444
uses: actions/setup-node@v3
4545
with:
46-
node-version: 16
46+
node-version: 18
4747
- name: Add execution plugin
4848
run: npm install @semantic-release/exec
4949
- name: Release to GitHub

0 commit comments

Comments
 (0)