Skip to content

Commit 1c63f47

Browse files
committed
update workflow
1 parent e3544ee commit 1c63f47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
ref: ${{ github.ref }}
3131
- uses: actions/setup-node@v3
3232
with:
33-
node-version: 18
33+
node-version: 20
3434
registry-url: "https://registry.npmjs.org"
3535
- name: Cache pnpm modules
3636
uses: actions/cache@v2
@@ -41,7 +41,7 @@ jobs:
4141
${{ runner.os }}-
4242
- uses: pnpm/action-setup@v2.1.0
4343
with:
44-
version: 7.0.0-rc.9
44+
version: 9.0.6
4545
run_install: true
4646
- name: Metadata
4747
id: metadata

0 commit comments

Comments
 (0)