Przeglądaj źródła

Update node version for nodejs (#6680)

JaeHyeok Kim 4 lat temu
rodzic
commit
ac2aa08d7c

+ 1 - 1
frameworks/JavaScript/nodejs/README.md

@@ -16,7 +16,7 @@ The server is currently in Alpha state, but aims to be a drop-in replacement for
 
 ## Infrastructure Software Versions
 The tests were run with:
-* [Node.js v14.16.1](http://nodejs.org/)
+* [Node.js v14.17.1](http://nodejs.org/)
 
 * [Node MySQL 2.16.0](https://github.com/felixge/node-mysql/)
 * [Sequelize 5.15.1](https://github.com/sequelize/sequelize)

+ 1 - 1
frameworks/JavaScript/nodejs/nodejs.dockerfile

@@ -1,4 +1,4 @@
-FROM node:14.16.1-slim
+FROM node:14.17.1-slim
 
 ARG TFB_TEST_NAME