Skip to content

Commit 27dd124

Browse files
authored
chore: Update node version used in docker (#675)
* Update Dockerfile to use node 14 14 matches the major version of node as declared in the package.json file. * Update package-lock.json Updated the package-lock.json file with the result of running `npm install` from within the Docker container. That way, the lock file and the execution environment will be in sync. * Use node16, to be on par with github actions node version * Update package-lock file for node-16
1 parent 183a775 commit 27dd124

File tree

2 files changed

+6141
-8882
lines changed

2 files changed

+6141
-8882
lines changed

Dockerfile

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

33
WORKDIR /app
44

0 commit comments

Comments
 (0)