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

Commit

Permalink
docs: upgrade Node.js to version 20
Browse files Browse the repository at this point in the history
Node.js 20 is the current LTS release:
https://nodejs.org/en/about/releases/

BREAKING CHANGE: the minimum Node.js is 20
  • Loading branch information
coderbyheart committed Nov 28, 2023
1 parent 3d33490 commit 3f6c679
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,6 @@ jobs:

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

- run: npx semantic-release
2 changes: 1 addition & 1 deletion .github/workflows/pr-check_compliance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: "20.x"
- uses: actions/cache@v3
name: Cache dependencies
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
]
},
"engines": {
"node": ">=18",
"node": ">=20",
"npm": ">=9"
},
"release": {
Expand Down

0 comments on commit 3f6c679

Please sign in to comment.