Skip to content

Commit

Permalink
Consistent Node.js version in Changesets action. (#8441)
Browse files Browse the repository at this point in the history
### Description

#8425
  • Loading branch information
anthonyshew committed Jun 11, 2024
1 parent f0d4768 commit 6444547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-changesets/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
version: 8

- name: Setup Node.js 18.x
- name: Setup Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
Expand Down

0 comments on commit 6444547

Please sign in to comment.