Skip to content

Commit a63a4ab

Browse files
feat: try CI
1 parent 1464e37 commit a63a4ab

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,19 @@ on:
55
branches: ['main']
66
workflow_dispatch:
77

8+
permissions:
9+
contents: read
10+
pages: write
11+
id-token: write
12+
813
jobs:
914
deploy:
1015
runs-on: ubuntu-latest
1116
steps:
1217
- uses: actions/checkout@v5
1318
- uses: actions/setup-node@v5
1419
with:
15-
node-version: 20
20+
node-version: 'lts/*'
1621
cache: 'npm'
1722
- run: npm ci
1823
- run: npm run build

0 commit comments

Comments
 (0)