Skip to content

Commit

Permalink
ci(test.yml): remove unsupported node version for mocha
Browse files Browse the repository at this point in the history
Signed-off-by: euberdeveloper <euberdeveloper@gmail.com>
  • Loading branch information
euberdeveloper committed Oct 16, 2022
1 parent bfdef0e commit be0dcbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [10.x, 11.x, 12.x, 14.x, 14.x, 15.x, 16.x, 17.x]
node-version: [11.x, 12.x, 14.x, 14.x, 15.x, 16.x, 17.x]

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

Expand Down

0 comments on commit be0dcbf

Please sign in to comment.