Skip to content

Commit

Permalink
chore: updated node version
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed May 7, 2024
1 parent 3b479fa commit c519e0e
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 @@ -59,7 +59,7 @@ jobs:
- name: "Use Node.js 20.x"
uses: "actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8" # v4.0.2
with:
node-version: "20.6.1"
node-version: "20.x"
cache: "pnpm"

# @see: npm install -g npm@latest is necessary to make provenance available. More info: https://docs.npmjs.com/generating-provenance-statements
Expand Down

0 comments on commit c519e0e

Please sign in to comment.