Skip to content

Commit 8458ef7

Browse files
committed
ci: upgrade actions
1 parent 8558577 commit 8458ef7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v4
17-
- uses: actions/setup-node@v4
16+
- uses: actions/checkout@v5
17+
- uses: actions/setup-node@v5
1818
with:
19-
node-version: '20'
19+
package-manager-cache: false
20+
node-version: '24'
2021
- run: corepack enable
2122
- run: pnpm install
2223
- run: pnpm dev:prepare

0 commit comments

Comments
 (0)