Skip to content

Commit 259e36a

Browse files
committed
Update pnpm action, bump node version to 22
1 parent 04e1a81 commit 259e36a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
name: Deploy
1313
steps:
1414
- uses: actions/checkout@v3
15-
- uses: pnpm/action-setup@v2.2.4
15+
- uses: pnpm/action-setup@v4
1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: '16'
18+
node-version: '22'
1919
cache: 'pnpm'
2020
- name: Install dependencies
2121
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)