Skip to content

Commit

Permalink
Update node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Mar 29, 2024
1 parent bcd8bd6 commit a99c243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 15.x, 16.x, 17.x, 18.x]
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"webpack-dev-server": "^4.7.3"
},
"engines": {
"node": ">=12.0.0"
"node": ">=20.0.0"
},
"dependencies": {
"mermaid": "^9.2.2"
Expand Down

0 comments on commit a99c243

Please sign in to comment.