Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 9ac8540

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 0155692 commit 9ac8540

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: "18.x"
16+
node-version: "20.x"
1717
- name: Keep npm cache around to speed up installs
1818
uses: actions/cache@v3
1919
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
]
6464
},
6565
"engines": {
66-
"node": ">=18",
66+
"node": ">=20",
6767
"npm": ">=9"
6868
},
6969
"release": {

0 commit comments

Comments
 (0)