Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bguerout committed Dec 8, 2023
1 parent a8b317d commit 98f3f35
Show file tree
Hide file tree
Showing 3 changed files with 703 additions and 794 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x, 16.x, 17.x, 18.x ]
node-version: [15.x, 16.x, 17.x, 18.x ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
Loading

0 comments on commit 98f3f35

Please sign in to comment.