diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index d9666f07..8170aaa3 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [12.x, 14.x, 16.x] + node-version: [16.x, 18.x, 20.x] steps: - name: Checkout code uses: actions/checkout@v3 diff --git a/package.json b/package.json index f866e2e9..7893ed2e 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "update-license": "node scripts/generate-license.js && git add LICENSE" }, "engines": { - "node": ">=12" + "node": ">=16" }, "files": [ "LICENSE",