Skip to content

Commit 47728ee

Browse files
committed
update ci actions
1 parent 7e008f7 commit 47728ee

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v6
2020
- uses: pnpm/action-setup@v4
2121
with:
22-
version: 9
23-
- uses: actions/setup-node@v4
22+
version: 10
23+
- uses: actions/setup-node@v6
2424
with:
25-
node-version: '>=22.12.0'
25+
cache: 'pnpm'
26+
node-version-file: 'package.json'
2627

2728
- run: pnpm install
2829
- run: pnpm test

0 commit comments

Comments
 (0)