Skip to content

Commit

Permalink
ci: fix semantic-release nmp integrity check failing due to node version
Browse files Browse the repository at this point in the history
  • Loading branch information
RedLeader962 committed Mar 17, 2024
1 parent c30fb4f commit 9c2cac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "lts/*"
node-version: "latest"
- name: Install semantic-release
run: npm install --save-dev semantic-release
- name: Install semantic-release additional plugins (git)
Expand Down

0 comments on commit 9c2cac8

Please sign in to comment.