Skip to content

Commit

Permalink
remove Node.js 18 until eslint-plugin-mocha is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed May 12, 2022
1 parent 17f2d63 commit def1876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Expand Up @@ -7,13 +7,13 @@ on:
branches: [ '*' ]

jobs:
build:
test:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [ 14.x, 16.x, 18.x ]
node-version: [ 14.x, 16.x ]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit def1876

Please sign in to comment.