Skip to content

Commit

Permalink
Use Node.js v20
Browse files Browse the repository at this point in the history
  • Loading branch information
ngyikp committed Oct 14, 2024
1 parent c7f8052 commit e0e6824
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gitpod lets you get started coding without the need to install any extra program

Requirements:

- [Node.js v18+](https://nodejs.org)
- [Node.js v20+](https://nodejs.org)

Steps:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"private": true,
"license": "MPL-2.0",
"engines": {
"node": ">=18.12"
"node": ">=20"
},
"dependencies": {
"@szhsin/react-menu": "4.0.1",
Expand Down

0 comments on commit e0e6824

Please sign in to comment.