diff --git a/.eslintignore b/.eslintignore deleted file mode 100644 index 8edbac4..0000000 --- a/.eslintignore +++ /dev/null @@ -1,3 +0,0 @@ -lib -jest.config.js -testing.js diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f39c689..7aa4c79 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x, 18.x] + node-version: [14.x, 16.x, 18.x] steps: - uses: actions/checkout@v3