Skip to content

Commit

Permalink
Update node version used by the release workflow (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist authored Oct 14, 2024
1 parent 1cbdcb9 commit 47b1dea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changeset-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
fetch-depth: 0

- name: Setup Node.js 16.x
- name: Set Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

- name: Install Yarn
run: npm install --global yarn
Expand Down

0 comments on commit 47b1dea

Please sign in to comment.