Skip to content

Commit 3f2fdbb

Browse files
Use node 18 for changesets/action (#3385)
This PR updates the Github Action for changeset PRs to use node 18, to avoid accidentally generating a `package-lock.json` version that breaks tests for node 18/20.
1 parent 0e4712f commit 3f2fdbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
- name: Checkout Repo
2424
uses: actions/checkout@v4
2525

26-
- name: Setup Node.js 16
26+
- name: Setup Node.js 18
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: '24'
29+
node-version: '18'
3030
registry-url: 'https://registry.npmjs.org'
3131

3232
- name: Install Dependencies

0 commit comments

Comments
 (0)