Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lawvs committed Mar 29, 2024
1 parent daeeabc commit eb50a8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest

permissions:
contents: read # to access the repository
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source

Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "module",
"author": "whitewater <me@waterwater.moe>",
"scripts": {
"build": "pnpm --recursive run build",
"typeCheck": "pnpm --recursive run typeCheck",
"lint": "pnpm --recursive run lint",
"format": "prettier --check .",
Expand All @@ -17,5 +18,8 @@
"typescript": "^5.3.3",
"vitest": "^1.2.2"
},
"packageManager": "pnpm@8.15.3"
"packageManager": "pnpm@8.15.3",
"engines": {
"node": ">=18"
}
}

0 comments on commit eb50a8c

Please sign in to comment.