Skip to content

Commit fee35fa

Browse files
committed
Adds auto-confirmation to package installation in Github actions
1 parent 47ca187 commit fee35fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
node-version: "22"
1919

20-
- run: npx nypm install
20+
- run: npx nypm -y install
2121
- run: npm run build
2222
env:
2323
NITRO_PRESET: github_pages

0 commit comments

Comments
 (0)