Skip to content

Commit

Permalink
chore: Specifies node version for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joshnuss committed Jan 31, 2024
1 parent 228b314 commit 2375ab8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
with:
fetch-depth: 0

- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 20

- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
Expand Down

0 comments on commit 2375ab8

Please sign in to comment.