Skip to content

Commit 84f3686

Browse files
committed
fix: github action
1 parent af34675 commit 84f3686

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/calendar_reminder.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,17 @@ jobs:
1010
steps:
1111
- name: Checkout code
1212
uses: actions/checkout@v3
13-
13+
- name: Install pnpm
14+
uses: pnpm/action-setup@v4
15+
with:
16+
version: 10
1417
- name: Setup Node.js
15-
uses: actions/setup-node@v3
18+
uses: actions/setup-node@v4
1619
with:
1720
node-version: 20
1821
cache: 'pnpm'
19-
2022
- name: Install dependencies
2123
run: pnpm install
22-
2324
- name: Run script
2425
run: node dist/src/github.js
2526
env:

0 commit comments

Comments
 (0)