diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 3d8bae6..b08db0d 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ '12', '14', '16' ] + node: [ '14', '16', '18' ] name: Node v${{ matrix.node }} test steps: - uses: actions/checkout@v2 @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '18' registry-url: https://registry.npmjs.org/ - uses: jaid/action-npm-install@v1.2.1 - run: npm run build diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index 3d8601f..1ea1ac6 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ '12', '14', '16' ] + node: [ '14', '16', '18' ] name: Node v${{ matrix.node }} test steps: - uses: actions/checkout@v2 diff --git a/package.json b/package.json index 45b6bcf..2361fa8 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "types/" ], "engines": { - "node": ">=12" + "node": ">=14" }, "scripts": { "build": "del-cli ./dist && tsc",