Skip to content

Commit 152a5f8

Browse files
committed
chore(workflow): deploy.yml
1 parent c31f147 commit 152a5f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
1717
with:
18+
node-version: 20
19+
registry-url: https://registry.npmjs.org
1820
cache: 'pnpm'
1921

2022
- name: Install dependencies
21-
run: pnpm install
23+
run: pnpm install --frozen-lockfile
2224
- name: Build website
2325
run: pnpm run build
2426

0 commit comments

Comments
 (0)