Skip to content

Commit

Permalink
chore(CI): update to node v20 for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowApex committed Jan 13, 2024
1 parent 2628207 commit 7b36d5f
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 @@ -30,7 +30,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 7b36d5f

Please sign in to comment.