Skip to content

Commit

Permalink
GitHub action workflow updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmx committed Apr 26, 2023
1 parent 43e6132 commit 80815d7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/git-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,16 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [16.x, 18.x]

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run test
- run: npm run test-coverage
- run: npx tsd
- name: Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit 80815d7

Please sign in to comment.