Skip to content

Commit 5f75a0b

Browse files
committed
ci: fix node version
1 parent e008daf commit 5f75a0b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/cron.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222

2323
steps:
2424
- uses: actions/checkout@v2
25-
- uses: pnpm/action-setup@v2.2.2
25+
- uses: pnpm/action-setup@v4
2626
with:
27-
version: 6.32.10
28-
- run: pnpm i
27+
version: 9.9.0
28+
- run: pnpm i --frozen-lockfile
2929
- run: export GH_TOKEN=${{ secrets.GITHUB_TOKEN }}; npm run sync; node scripts/fill-release-dates.js;
3030
- name: Commit changes
3131
uses: stefanzweifel/git-auto-commit-action@v5

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v20.17.0

0 commit comments

Comments
 (0)