Skip to content

Commit beade5c

Browse files
committed
ci: update version
1 parent c06d015 commit beade5c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: .github/workflows/main.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ jobs:
77
pages:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@latest
1111

12-
- name: Use Node.js 18.x
13-
uses: actions/setup-node@v3
12+
- name: Use Node.js latest
13+
uses: actions/setup-node@latest
1414
with:
15-
node-version: 18
15+
node-version: lts
1616

1717
- name: Setup pnpm
18-
uses: pnpm/action-setup@v2
18+
uses: pnpm/action-setup@latest
1919
with:
20-
version: 8
20+
version: latest
2121

2222
- name: Install
2323
run: pnpm i
@@ -26,7 +26,7 @@ jobs:
2626
run: pnpm build
2727

2828
- name: Deploy
29-
uses: peaceiris/actions-gh-pages@v3
29+
uses: peaceiris/actions-gh-pages@latest
3030
with:
3131
personal_token: ${{ secrets.PERSONAL_TOKEN }}
3232
external_repository: Debbl/tools.aiwan.run

0 commit comments

Comments
 (0)