From 2c6d1fad32782e9f9069978ebdd4afc7f3152684 Mon Sep 17 00:00:00 2001 From: Dmitry Shirokov Date: Sat, 17 Dec 2022 18:51:06 +1100 Subject: [PATCH] remote node@12 from tests --- .eslintignore | 3 --- .github/workflows/build.yml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 .eslintignore 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