Skip to content

Commit

Permalink
Merge pull request #17 from AlexVCaron/hotfix
Browse files Browse the repository at this point in the history
Update to node 20
  • Loading branch information
AlexVCaron authored Sep 27, 2024
2 parents 3a9a336 + 27c40ed commit 225cb12
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM scilus/scilus:2.0.2
ARG NFTEST_VERSION
ARG POETRY_VERSION

ENV NODE_MAJOR=18
ENV NODE_MAJOR=20
ENV NFTEST_VERSION=${NFTEST_VERSION:-0.9.0-rc1}
ENV POETRY_VERSION=${POETRY_VERSION:-1.8.*}

Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"editorconfig-checker": "^5.1.8",
"editorconfig-checker": "^6.0.0",
"prettier": "^3.1.0"
}
}

0 comments on commit 225cb12

Please sign in to comment.