Skip to content

Commit 38a57be

Browse files
chore: update Node.js versions to v20 and v22 (#438)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3fd4497 commit 38a57be

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{matrix.os}}
1414
strategy:
1515
matrix:
16-
node-version: [18.x, 20.x]
16+
node-version: [20.x, 22.x]
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
fail-fast: false
1919
steps:

.github/workflows/size-satisfies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
node-version: [18.x, 20.x]
20+
node-version: [20.x, 22.x]
2121
fail-fast: false
2222
steps:
2323
- name: Harden Runner

.github/workflows/vis-network.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
node-version: [18.x, 20.x]
21+
node-version: [20.x, 22.x]
2222
fail-fast: false
2323
steps:
2424
- name: Harden Runner

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
## 🚧 Requirements
4646

47-
- [Node.js](https://nodejs.org/en/) v18 or higher
47+
- [Node.js](https://nodejs.org/en/) v20 or higher
4848

4949
## 💃 Getting Started
5050

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"type": "module",
1111
"engines": {
12-
"node": ">=18"
12+
"node": ">=20"
1313
},
1414
"scripts": {
1515
"lint": "eslint bin src test workspaces",

workspaces/size-satisfies/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Same as SemVer.satisfies but for file size!
1111

1212
## Requirements
1313

14-
- [Node.js](https://nodejs.org/en/) v18 or higher
14+
- [Node.js](https://nodejs.org/en/) v20 or higher
1515

1616
## Getting Started
1717

0 commit comments

Comments
 (0)