Skip to content

Commit

Permalink
Disable windows tests, remove 10.x from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
koluch committed Jan 21, 2024
1 parent 974ce27 commit 6f27c57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:

strategy:
matrix:
node-version: [10.x, 14.x, 20.x]
runs-on: [ubuntu-20.04, windows-latest]
node-version: [14.x, 20.x]
runs-on: [ubuntu-20.04]

runs-on: ${{ matrix.runs-on }}

Expand Down

0 comments on commit 6f27c57

Please sign in to comment.