We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90fbc4a commit 862d41cCopy full SHA for 862d41c
.github/workflows/ci.yaml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- node-version: [20.x]
+ node-version: [24.x]
15
steps:
16
- uses: actions/checkout@v6
17
package.json
@@ -5,7 +5,7 @@
5
"exports": "./app.js",
6
"type": "module",
7
"engines": {
8
- "node": ">=16"
+ "node": ">=20"
9
},
10
"author": "Lawrence Li @la3rence",
"homepage": "https://github.com/la3rence/node-express-example",
0 commit comments