-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Node version in Dockerfile, json2csv version
Updates Node version from 10 to 16 in Dockerfile. Sets a static version (rather than a minimum one) for json2csv in package.json.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ RUN npm install --global publish-release | |
|
||
RUN npm install --global pkg-fetch | ||
#RUN pkg-fetch -n node10 -p win -a x64 | ||
RUN pkg-fetch -n node10 -p linux -a x64 | ||
RUN pkg-fetch -n node10 -p macos -a x64 | ||
RUN pkg-fetch -n node16 -p linux -a x64 | ||
RUN pkg-fetch -n node16 -p macos -a x64 | ||
|
||
RUN npm install --global [email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters