Skip to content

Commit e0b1841

Browse files
Pin node to v17
1 parent 3d9f25b commit e0b1841

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN yum install -y \
1010

1111
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash && \
1212
. ~/.nvm/nvm.sh && \
13-
nvm install node && \
13+
nvm install 17 && \
1414
npm install yarn -g && \
1515
yarn install && \
1616
yarn compile && \

0 commit comments

Comments
 (0)