Skip to content

Commit 1b7c66c

Browse files
committed
Merge branch 'development'
2 parents b622c54 + b28efa4 commit 1b7c66c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515
- run: corepack enable
16-
- uses: actions/setup-node@v3
17-
with:
18-
node-version: "22"
16+
- uses: oven-sh/setup-bun@v2
1917

20-
- run: npx nypm install
21-
- run: npm run build
18+
- run: bun install
19+
- run: bun run build
2220
env:
2321
NITRO_PRESET: github_pages
2422

public/files/Pizzigolotto_CV.pdf

7.84 KB
Binary file not shown.

0 commit comments

Comments
 (0)