diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cdafaa5..abb48fc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [12, 14, 16] + node: [14, 16] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [12, 14, 16] + node: [14, 16] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 diff --git a/playground/package.json b/playground/package.json index 90e35ce..6af6628 100644 --- a/playground/package.json +++ b/playground/package.json @@ -28,7 +28,7 @@ "uuid": "2e84e366-1e09-43c2-a99f-a0d0acbc2ca5" }, "engines": { - "node": ">=12.x.x <=16.x.x", + "node": ">=14.x.x <=16.x.x", "npm": ">=6.0.0" }, "license": "MIT"