Skip to content

Commit 1991e5e

Browse files
committed
Fix node version and changeset version
1 parent 388cb63 commit 1991e5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 20
32+
node-version: 22
3333
cache: 'pnpm'
3434

3535
- name: Install dependencies
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Create Release Pull Request or Publish
4545
id: changesets
46-
uses: changesets/action@v3
46+
uses: changesets/action@v1
4747
with:
4848
# This command will both publish to npm and create a GitHub release
4949
publish: pnpm run release

0 commit comments

Comments
 (0)