Skip to content

Commit

Permalink
Merge pull request #37 from line/chore/use-js-api-for-node-test-runner
Browse files Browse the repository at this point in the history
chore: use js api for node test runner
  • Loading branch information
kazushisan authored Sep 23, 2024
2 parents 79f048c + 7f87459 commit 8dff534
Show file tree
Hide file tree
Showing 5 changed files with 143 additions and 822 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "20.x"
node-version: v22.9.0
- run: npm ci
- run: npm run lint
- run: npm run type-check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: v20.17.0
node-version: v22.9.0
registry-url: 'https://registry.npmjs.org'

- run: npm ci
Expand Down
Loading

0 comments on commit 8dff534

Please sign in to comment.