Skip to content

Commit

Permalink
use lts versiones
Browse files Browse the repository at this point in the history
  • Loading branch information
bjohansebas committed Nov 13, 2024
1 parent 4f35700 commit 4e892cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ concurrency:

jobs:
test:

runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]
node-version: [18, 19, 20, 21, 22, 23]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 4e892cf

Please sign in to comment.