Skip to content

Commit

Permalink
ci: updated node version for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed May 20, 2024
1 parent d44de82 commit 4f5aa5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
id: "setup"
uses: "./step/setup"
with:
node-version: "18.x"
node-version: "20.x"
cache-prefix: "semantic-release"

- name: "Semantic Release"
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.19
20

0 comments on commit 4f5aa5f

Please sign in to comment.