Skip to content

Commit 596838f

Browse files
authored
Update deploy.yml
1 parent 0a9a8ec commit 596838f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy to GitHub Pages
22

33
on:
44
push:
5-
branches: ["master", "main"]
5+
branches: ["main"]
66

77
permissions:
88
checks: write
@@ -20,12 +20,12 @@ jobs:
2020
fetch-depth: 0
2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: '19'
23+
node-version: '20'
2424
architecture: 'x64'
2525
cache: npm
2626

2727
- name: Install dependencies
28-
run: npm i
28+
run: npm ci
2929
- name: Build website
3030
run: npm run build
3131

0 commit comments

Comments
 (0)