Skip to content

Commit

Permalink
updated node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
anvaka committed Aug 8, 2024
1 parent 36d237a commit c85b4da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand All @@ -23,4 +23,4 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: npm test

0 comments on commit c85b4da

Please sign in to comment.