Skip to content

Commit 788a885

Browse files
committed
ci: update GitHub Actions workflow
1 parent 30a5bf6 commit 788a885

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
- name: Setup pnpm 9
2424
uses: pnpm/action-setup@v4
2525
with:
26-
version: 9.4.0
26+
version: 9.15.2
2727

28-
- name: Setup Node.js 20.x
28+
- name: Setup Node.js 21.x
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: 20.x
31+
node-version: 21.x
3232

3333
- name: Install Dependencies
3434
run: pnpm i --frozen-lockfile

0 commit comments

Comments
 (0)