diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index d11d902..2e14303 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - node: ["12.x", "14.x"] + node: ["14.x"] os: ["ubuntu-latest"] steps: