Skip to content

Commit

Permalink
chore: update Node.js versions to v20 and v22
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and fabnguess committed Dec 22, 2024
1 parent d7a50d5 commit daa337b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size-satisfies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vis-network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"type": "module",
"engines": {
"node": ">=18"
"node": ">=20"
},
"scripts": {
"lint": "eslint bin src test workspaces",
Expand Down Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion workspaces/size-satisfies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit daa337b

Please sign in to comment.