Skip to content

Commit

Permalink
ci(nodejs): run on lts version
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo authored and maxlath committed Mar 3, 2024
1 parent b325774 commit d18c190
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,13 @@ on:

jobs:
test:
name: Node.js ${{ matrix.node-version }}
name: Node.js
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- 18
- 16
- 14
- 12
steps:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- uses: actions/checkout@v3
node-version: 'lts/*'
- uses: actions/checkout@v4
- run: npm install
- run: npm test
- run: npm pack

0 comments on commit d18c190

Please sign in to comment.