Skip to content

Commit

Permalink
chore: Update node version used in docker (#675)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
klemmster authored May 2, 2023
1 parent 183a775 commit 27dd124
Show file tree
Hide file tree
Showing 2 changed files with 6,141 additions and 8,882 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.16.0
FROM node:16

WORKDIR /app

Expand Down
Loading

0 comments on commit 27dd124

Please sign in to comment.