Skip to content

Commit eac07eb

Browse files
committed
docs: upgrade Node.js to version 20
Node.js 20 is the current LTS release: https://nodejs.org/en/about/releases/ BREAKING CHANGE: the minimum Node.js is 20
1 parent 551ba05 commit eac07eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- uses: actions/setup-node@v4
3737
with:
38-
node-version: "18.x"
38+
node-version: "20.x"
3939

4040
- name: Keep npm cache around to speed up installs
4141
uses: actions/cache@v3

.github/workflows/test-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: "18.x"
30+
node-version: "20.x"
3131

3232
- name: Keep npm cache around to speed up installs
3333
uses: actions/cache@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
]
6969
},
7070
"engines": {
71-
"node": ">=18",
71+
"node": ">=20",
7272
"npm": ">=9"
7373
},
7474
"volta": {

0 commit comments

Comments
 (0)