diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b9cb54e21..5d30bd6d1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node: ['12.x'] + node: ['16.x'] os: [ubuntu-latest] steps: @@ -37,7 +37,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node: ['12.x'] + node: ['16.x'] os: [ubuntu-latest] example: [ diff --git a/package.json b/package.json index e51759053..1e3bcc96b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "typings": "build/main/src/index.d.ts", "module": "build/module/src/index.js", "engines": { - "node": ">=12" + "node": ">=16" }, "exports": { ".": {