Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jan 15, 2024
1 parent 7367dc1 commit a18c7e6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/NodeCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@ jobs:
run: yarn install --ignore-engines
- name: Test
run: yarn test
test-with-eslint9:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Install Target Packages
run: |+
yarn add -D eslint@^9.0.0-0 --ignore-engines
yarn --ignore-engines
- name: Test
run: yarn test
test-with-eslint6:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a18c7e6

Please sign in to comment.