Skip to content

Commit 49569c2

Browse files
committed
chore: Update Node.js and pnpm versions in GitHub Actions workflow
- Upgraded pnpm version from 8 to 9. - Updated Node.js version from 18 to 20. - Modified the install command to remove the frozen lockfile option.
1 parent 7f7343c commit 49569c2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414

1515
- uses: pnpm/action-setup@v2
1616
with:
17-
version: 8
17+
version: 9
1818

1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 18
21+
node-version: 20
2222
cache: 'pnpm'
2323

24-
- run: pnpm install --frozen-lockfile
24+
- run: pnpm install
2525

2626
- name: Create Release Pull Request or Publish
2727
id: changesets

0 commit comments

Comments
 (0)