Skip to content

Commit 7cecec8

Browse files
김수현김수현
authored andcommitted
package.json 수정
1 parent 33cf2ba commit 7cecec8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
- name: Setup Node.js
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: "18"
18+
node-version: "22"
1919

2020
- name: Setup pnpm
21-
uses: pnpm/action-setup@v2
21+
uses: pnpm/action-setup@v4
2222
with:
23-
version: 8
23+
version: 10
2424

2525
- name: Install dependencies
2626
run: pnpm install
@@ -31,7 +31,7 @@ jobs:
3131
NODE_ENV: production
3232

3333
- name: Deploy to GitHub Pages
34-
uses: peaceiris/actions-gh-pages@v3
34+
uses: peaceiris/actions-gh-pages@v4
3535
if: github.ref == 'refs/heads/main'
3636
with:
3737
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)