diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 786bdec..7af8d63 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -63,7 +63,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x, 21.x] webpack-version: [latest] runs-on: ${{ matrix.os }} diff --git a/babel.config.js b/babel.config.js index 190c338..85e58f2 100644 --- a/babel.config.js +++ b/babel.config.js @@ -10,7 +10,7 @@ module.exports = (api) => { '@babel/preset-env', { targets: { - node: '10.13.0', + node: '18.12.0', }, }, ], diff --git a/package-lock.json b/package-lock.json index 5894d85..c0e7a60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "webpack": "^5.89.0" }, "engines": { - "node": ">= 16.10.0" + "node": ">= 18.12.0" }, "funding": { "type": "opencollective", diff --git a/package.json b/package.json index c2f669a..f950ced 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "main": "dist/cjs.js", "engines": { - "node": ">= 16.10.0" + "node": ">= 18.12.0" }, "scripts": { "start": "npm run build -- -w",