Skip to content

Commit

Permalink
ci: node 18, 20, 22
Browse files Browse the repository at this point in the history
  • Loading branch information
Moumouls committed Nov 20, 2024
1 parent e1e4690 commit 4e7e39b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
- main
pull_request:
branches:
- '**'
- "**"
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '12', '14', '15', '16', '17', '18' ]
node: ["18", "20", "22"]
timeout-minutes: 30
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
Expand All @@ -28,7 +28,7 @@ jobs:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
${{ runner.os }}-node-
- run: npm ci
- run: npm run coverage
- run: bash <(curl -s https://codecov.io/bash)

0 comments on commit 4e7e39b

Please sign in to comment.