Skip to content

Commit f6ef16a

Browse files
authored
Update node version for nodejs (#6815)
1 parent 63ca9b3 commit f6ef16a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frameworks/JavaScript/nodejs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The server is currently in Alpha state, but aims to be a drop-in replacement for
1616

1717
## Infrastructure Software Versions
1818
The tests were run with:
19-
* [Node.js v14.17.5](http://nodejs.org/)
19+
* [Node.js v16.9.1](http://nodejs.org/)
2020

2121
* [Node MySQL 2.16.0](https://github.com/felixge/node-mysql/)
2222
* [Sequelize 5.15.1](https://github.com/sequelize/sequelize)

frameworks/JavaScript/nodejs/nodejs.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14.17.5-slim
1+
FROM node:16.9.1-slim
22

33
ARG TFB_TEST_NAME
44

0 commit comments

Comments
 (0)