Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jun 28, 2024
1 parent 7c1f455 commit 48ae61f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
# os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest]
fail-fast: false

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/[email protected]
Expand All @@ -34,9 +34,6 @@ jobs:

- run: pnpm install

- name: Run linter
run: pnpm run lint

- name: Build
run: pnpm run dev:prepare && pnpm run build

Expand Down

0 comments on commit 48ae61f

Please sign in to comment.