Skip to content

Commit

Permalink
docs: Update mention of outdated node runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Jun 6, 2024
1 parent 5848368 commit 750d8f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ package.json:
"start": "express-chocolatey-server *.nupkg"
},
"engines": {
"node": "16.x.x"
"node": "22.x.x"
}
}
```

app.yaml:
```yaml
runtime: nodejs16
runtime: nodejs22
handlers:
- url: /.*
secure: always
Expand Down

0 comments on commit 750d8f9

Please sign in to comment.