Skip to content

Commit cd2a814

Browse files
committed
chore: npm
1 parent 316bb4b commit cd2a814

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: pnpm/action-setup@v3
1514
- uses: actions/setup-node@v4
1615
with:
1716
node-version: lts/*
18-
cache: pnpm
17+
cache: npm
1918

2019
- name: Install
21-
run: pnpm install
20+
run: npm install
2221

2322
- name: Lint
24-
run: pnpm run check
23+
run: npm run check

0 commit comments

Comments
 (0)