Skip to content

Commit 07948d9

Browse files
author
firesonz
committed
node version
1 parent c3b4c0d commit 07948d9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ jobs:
2424
- name: Setup Node
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 20
28-
cache: 'npm'
27+
node-version: 22
2928

3029
- name: Install dependencies
31-
run: npm ci
30+
run: npm install
3231

3332
- name: Build
3433
run: npm run build

0 commit comments

Comments
 (0)