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 Oct 13, 2023
1 parent 8a289a5 commit ed4ccd9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 25 deletions.
8 changes: 0 additions & 8 deletions .eslintignore

This file was deleted.

9 changes: 0 additions & 9 deletions .eslintrc.json

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/[email protected]

- name: Use Node.js v16
- name: Use Node.js v18
uses: actions/setup-node@v2
with:
node-version: v16
node-version: v18
registry-url: https://registry.npmjs.org/
cache: pnpm

Expand Down
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@v4

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

- run: pnpm install

- name: Run linter
run: pnpm run lint

- name: Build
run: pnpm run stub && pnpm run build

0 comments on commit ed4ccd9

Please sign in to comment.