Skip to content

Commit

Permalink
fix: dir creation
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Feb 6, 2024
1 parent 14f1ccd commit 7a25645
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
fail-fast: false
matrix:
arch:
- alpine-x64
- alpine-arm64
# - alpine-x64
# - alpine-arm64
- focal-x64
- focal-arm64
- focal-armhf
- focal-ppc64le
- centos7-devtoolset8-arm64
- centos7-devtoolset8-x64
# - focal-arm64
# - focal-armhf
# - focal-ppc64le
# - centos7-devtoolset8-arm64
# - centos7-devtoolset8-x64

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion focal-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | b
# Node.js
RUN wget https://unofficial-builds.nodejs.org/download/release/v18.19.0/node-v18.19.0-linux-x64-glibc-217.tar.xz
RUN tar -xf node-v18.19.0-linux-x64-glibc-217.tar.xz
RUN ls node-v18.19.0-linux-x64-glibc-217 && mkdir -p /.nvm/versions/node && mv node-v18.19.0-linux-x64-glibc-217 ~/.nvm/versions/node/v18.99.0
RUN mkdir -p ~/.nvm/versions/node && mv node-v18.19.0-linux-x64-glibc-217 ~/.nvm/versions/node/v18.99.0
RUN nvm use 18.99.0
RUN npm install -g npm@latest node-gyp yarn

Expand Down

0 comments on commit 7a25645

Please sign in to comment.