diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 55b6e70..1dbf52d 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 16.x, 18.x, 20.x] + node-version: [14.x, 16.x, 18.x] # steps: - uses: actions/checkout@v3