File tree Expand file tree Collapse file tree 3 files changed +4
-13
lines changed Expand file tree Collapse file tree 3 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 1
- FROM node:16.17 .0-alpine3.15
1
+ FROM node:20.10 .0-alpine3.15
2
2
3
3
RUN mkdir /src
4
4
Original file line number Diff line number Diff line change @@ -11,16 +11,7 @@ This is the source code for the JaxNode website.
11
11
12
12
The website can be viewed at [ https://www.jaxnode.com ] ( https://www.jaxnode.com ) .
13
13
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.
16
15
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
26
17
Original file line number Diff line number Diff line change 33
33
"supertest" : " ^3.3.0"
34
34
},
35
35
"engines" : {
36
- "node" : " 16.17 .0"
36
+ "node" : " 20.10 .0"
37
37
},
38
38
"license" : " Apache-2.0"
39
39
}
You can’t perform that action at this time.
0 commit comments