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

Commit 17da5c0

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 21f51c4 commit 17da5c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/semantic-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: "18.x"
20+
node-version: "20.x"
2121
- name: Authenticate with NPM registry
2222
run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
2323
- name: Keep npm cache around to speed up installs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
]
3333
},
3434
"engines": {
35-
"node": ">=18",
35+
"node": ">=20",
3636
"npm": ">=9"
3737
},
3838
"release": {

0 commit comments

Comments
 (0)