From daa337b23dadc3218fea6138379bc5d778025319 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 13:20:58 +0100 Subject: [PATCH] chore: update Node.js versions to v20 and v22 --- .github/workflows/nodejs.yml | 2 +- .github/workflows/size-satisfies.yml | 2 +- .github/workflows/vis-network.yml | 2 +- README.md | 2 +- package.json | 12 ++++++------ workspaces/size-satisfies/README.md | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) 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 ebae57da..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", @@ -94,22 +94,22 @@ "@openally/result": "^1.3.0", "@polka/send-type": "^0.5.2", "@topcli/cliui": "^1.1.0", - "@topcli/prompts": "^1.10.1", + "@topcli/prompts": "^2.0.0", "@topcli/spinner": "^2.1.2", - "cacache": "^18.0.4", + "cacache": "^19.0.1", "dotenv": "^16.4.5", "filenamify": "^6.0.0", "highlightjs-line-numbers.js": "^2.8.0", - "ini": "^4.1.3", + "ini": "^5.0.0", "kleur": "^4.1.5", "ms": "^2.1.3", "open": "^10.1.0", "pino": "^9.3.2", - "pino-pretty": "^11.2.2", + "pino-pretty": "^13.0.0", "polka": "^0.5.2", "sade": "^1.8.1", "semver": "^7.6.3", - "sirv": "^2.0.4", + "sirv": "^3.0.0", "ws": "^8.18.0", "zup": "0.0.2" } 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