Skip to content

Commit f5a81b6

Browse files
committed
fix ci
1 parent 96aadb6 commit f5a81b6

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@ jobs:
2222
# Steps represent a sequence of tasks that will be executed as part of the job
2323
steps:
2424
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
25-
- uses: actions/checkout@v2
26-
- uses: actions/setup-node@v2-beta
25+
- uses: actions/checkout@v4
26+
- name: Enable corepack
27+
run: corepack enable pnpm
28+
- uses: actions/setup-node@v4
2729
with:
28-
node-version: '16.3.0'
29-
- name: install pnpm
30-
uses: pnpm/action-setup@v2.0.1
31-
with:
32-
version: 6.8.0
30+
node-version: 18
31+
cache: 'pnpm'
3332
- run: pnpm install
3433
- run: pnpm test:coverage
3534
- run: pnpm test:report

0 commit comments

Comments
 (0)