Skip to content

Commit

Permalink
Update ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
ndaidong committed Jun 14, 2023
1 parent ad90a51 commit 501bc87
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on: [push, pull_request]
jobs:
test:

runs-on: ubuntu-20.04
runs-on: ubuntu-latest

strategy:
matrix:
node_version: [14.x, 16.x, 18.x, 19.x]
node_version: [14.x, 16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -24,9 +24,8 @@ jobs:

- name: run npm scripts
run: |
npm i -g standard
npm install
npm run test
npm test
- name: sync to coveralls
uses: coverallsapp/[email protected]
Expand Down

0 comments on commit 501bc87

Please sign in to comment.