Skip to content

Commit

Permalink
build: make use of node20 for semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
grisha87 committed Feb 6, 2024
1 parent 646be60 commit d5fda34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: actions/setup-node@v3
with:
# Semantic release requires this as bare minimum
node-version: 18
node-version: 20

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit d5fda34

Please sign in to comment.