Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit b3ca106

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 c198d31 commit b3ca106

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: "18.x"
18+
node-version: "20.x"
1919

2020
- name: Authenticate with NPM registry
2121
run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
]
5454
},
5555
"engines": {
56-
"node": ">=18",
56+
"node": ">=20",
5757
"npm": ">=9"
5858
},
5959
"release": {

0 commit comments

Comments
 (0)