Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
Upgrade runtime to nodejs10. (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten-stripe authored and romain-stripe committed Jul 2, 2019
1 parent dbc5841 commit 441749a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ All servers have the same endpoints to handle requests from the frontend and int

You’ll need the following:

- [Node.js](http://nodejs.org) >= 8.x.
- [Node.js](http://nodejs.org) >= 10.x.
- Modern browser that supports ES6 (Chrome to see the Payment Request, and Safari to see Apple Pay).
- Stripe account to accept payments ([sign up](https://dashboard.stripe.com/register) for free).

Expand Down
2 changes: 1 addition & 1 deletion app.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Configuration for Node in App Engine standard on Google Cloud Platform.

runtime: nodejs8
runtime: nodejs10
instance_class: F1

handlers:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/stripe/stripe-payments-demo.git"
},
"engines": {
"node": "8.x"
"node": "10.x"
},
"scripts": {
"start": "node server/node/server.js",
Expand Down
2 changes: 1 addition & 1 deletion server/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This directory contains the main Node implementation of the payments server.

You’ll need the following:

- [Node.js](http://nodejs.org) >= 8.x.
- [Node.js](http://nodejs.org) >= 10.x.
- Modern browser that supports ES6 (Chrome to see the Payment Request, and Safari to see Apple Pay).
- Stripe account to accept payments ([sign up](https://dashboard.stripe.com/register) for free).

Expand Down

0 comments on commit 441749a

Please sign in to comment.