Skip to content

Commit

Permalink
fix(CI): update node version for sem-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowApex committed Feb 17, 2024
1 parent 4d4f292 commit 5b390d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: '18'
node-version: "20"

- name: Install Dependencies
run: npm install @semantic-release/exec @google/semantic-release-replace-plugin @semantic-release/git
Expand Down

0 comments on commit 5b390d1

Please sign in to comment.