Skip to content

Commit

Permalink
ci: update ci setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Mini-ghost committed Jun 19, 2023
1 parent d3fb14b commit 1e09211
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: pnpm
node-version: 18.x
cache: 'pnpm'

- name: Install
run: pnpm install --frozen-lockfile
run: pnpm install

- name: Lint
run: pnpm lint
Expand All @@ -41,11 +41,11 @@ jobs:
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: pnpm
node-version: 18.x
cache: 'pnpm'

- name: Install
run: pnpm install --frozen-lockfile
run: pnpm install

- name: Test
run: pnpm test

0 comments on commit 1e09211

Please sign in to comment.