Skip to content

Commit

Permalink
updated node engines
Browse files Browse the repository at this point in the history
  • Loading branch information
anvaka committed Aug 30, 2024
1 parent c01c28f commit 6373e7e
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: [20.x, 18.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 6373e7e

Please sign in to comment.