Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
fix: update nodejs version (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
arantespp authored Apr 27, 2022
1 parent b31eb12 commit 0c053b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/deploy/cicd/cicd.template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const getRepositoryImageBuilder = () => ({
'RUN apt-get install -y jq',

// Install Node.js
'RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -',
'RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash -',
'RUN apt-get install -y nodejs',

// Clean cache
Expand Down

0 comments on commit 0c053b9

Please sign in to comment.