Skip to content

Commit

Permalink
Merge pull request #41 from Lumen5/switch-to-node-20
Browse files Browse the repository at this point in the history
Switch to node 20
  • Loading branch information
antoineMoPa authored May 26, 2023
2 parents 0a557a3 + 6a992ae commit 0012361
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org/
- run: mkdir /tmp/framefusion
- run: cp -r . /tmp/framefusion
Expand Down
4 changes: 2 additions & 2 deletions docker-images/ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ WORKDIR /node-temp
RUN wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash

RUN . "$HOME/.nvm/nvm.sh"\
&& nvm install 18\
&& nvm use 18\
&& nvm install 20\
&& nvm use 20\
&& npm install --global yarn

ADD . /framefusion
Expand Down

0 comments on commit 0012361

Please sign in to comment.