Skip to content

Commit 8b93c00

Browse files
committed
ci: node version in deploying workflow
1 parent 201f050 commit 8b93c00

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818

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

2424
- name: Install dependencies
25-
run: pnpm i
25+
run: pnpm install --frozen-lockfile
2626
- name: Build website
2727
run: pnpm build
2828

0 commit comments

Comments
 (0)