Skip to content

Commit 8487d98

Browse files
David FekkeDavid Fekke
authored andcommitted
Adding updated version of Node.js 20.10.0
1 parent 35e4b2c commit 8487d98

File tree

3 files changed

+4
-13
lines changed

3 files changed

+4
-13
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16.17.0-alpine3.15
1+
FROM node:20.10.0-alpine3.15
22

33
RUN mkdir /src
44

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,7 @@ This is the source code for the JaxNode website.
1111

1212
The website can be viewed at [https://www.jaxnode.com](https://www.jaxnode.com).
1313

14-
There are five environment variables that need to be set up in order to use the feed and the twitter.
15-
They are as follows;
14+
Upgraded to Node.js v20.10.0. Version 3.0 of this code requires Node.js 8.6 or higher because of the use of async/await.
1615

17-
* process.env.meetupapi_key = Meetup API Key
18-
* process.env.twitter_ck = Twitter consumer_key
19-
* process.env.twitter_cs = Twitter consumer_secret
20-
* process.env.twitter_atk = Twitter access_token_key
21-
* process.env.twitter_ats = Twitter access_token_secret
22-
23-
Upgraded to Node.js v16.4.2. Version 3.0 of this code requires Node.js 8.6 or higher because of the use of async/await.
24-
25-
Copyright 2022 David Fekke
16+
Copyright 2023 David Fekke
2617

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"supertest": "^3.3.0"
3434
},
3535
"engines": {
36-
"node": "16.17.0"
36+
"node": "20.10.0"
3737
},
3838
"license": "Apache-2.0"
3939
}

0 commit comments

Comments
 (0)