Skip to content

Commit 862d41c

Browse files
committed
chore: deps
1 parent 90fbc4a commit 862d41c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [20.x]
14+
node-version: [24.x]
1515
steps:
1616
- uses: actions/checkout@v6
1717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"exports": "./app.js",
66
"type": "module",
77
"engines": {
8-
"node": ">=16"
8+
"node": ">=20"
99
},
1010
"author": "Lawrence Li @la3rence",
1111
"homepage": "https://github.com/la3rence/node-express-example",

0 commit comments

Comments
 (0)