Skip to content

Commit

Permalink
ci: update node
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsens authored Jan 17, 2024
1 parent 8fdf668 commit 064b375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: "🔧 setup node"
uses: actions/setup-node@v2.1.5
with:
node-version: 18.x
node-version: 20.x
-
name: "Install plugin for semantic-release"
run: npm install @google/semantic-release-replace-plugin -D
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
name: "🔧 setup node"
uses: actions/setup-node@v2.1.5
with:
node-version: 18.x
node-version: 20.x
-
name: Install dependencies
run: yarn global add semantic-release @semantic-release/changelog @semantic-release/git @semantic-release/github @semantic-release/exec @semantic-release/release-notes-generator @semantic-release/commit-analyzer@10.0.1 conventional-changelog-conventionalcommits@6.1.0
Expand Down

0 comments on commit 064b375

Please sign in to comment.