diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 54d3058e..0378830d 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{matrix.os}} strategy: matrix: - node-version: [18.x, 20.x] + node-version: [20.x, 22.x] os: [ubuntu-latest, macos-latest, windows-latest] fail-fast: false steps: diff --git a/.github/workflows/size-satisfies.yml b/.github/workflows/size-satisfies.yml index 79878fac..7a295a32 100644 --- a/.github/workflows/size-satisfies.yml +++ b/.github/workflows/size-satisfies.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x, 20.x] + node-version: [20.x, 22.x] fail-fast: false steps: - name: Harden Runner diff --git a/.github/workflows/vis-network.yml b/.github/workflows/vis-network.yml index 2a49f8f2..78b52231 100644 --- a/.github/workflows/vis-network.yml +++ b/.github/workflows/vis-network.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x, 20.x] + node-version: [20.x, 22.x] fail-fast: false steps: - name: Harden Runner diff --git a/README.md b/README.md index 13b8adbb..0a459772 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ ## 🚧 Requirements -- [Node.js](https://nodejs.org/en/) v18 or higher +- [Node.js](https://nodejs.org/en/) v20 or higher ## 💃 Getting Started diff --git a/package.json b/package.json index f2c2cae9..d3a12dbf 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "type": "module", "engines": { - "node": ">=18" + "node": ">=20" }, "scripts": { "lint": "eslint bin src test workspaces", diff --git a/workspaces/size-satisfies/README.md b/workspaces/size-satisfies/README.md index 17d05938..9108fef4 100644 --- a/workspaces/size-satisfies/README.md +++ b/workspaces/size-satisfies/README.md @@ -11,7 +11,7 @@ Same as SemVer.satisfies but for file size! ## Requirements -- [Node.js](https://nodejs.org/en/) v18 or higher +- [Node.js](https://nodejs.org/en/) v20 or higher ## Getting Started