Skip to content

Commit

Permalink
Always set node-version for setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Apr 7, 2024
1 parent 874ac68 commit f428a93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
filter: blob:none

- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
node-version: '*'

- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
name: Install pnpm
Expand Down

0 comments on commit f428a93

Please sign in to comment.