Skip to content

Commit

Permalink
build image
Browse files Browse the repository at this point in the history
  • Loading branch information
arugal committed Apr 22, 2024
1 parent d72e096 commit 6c84627
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
sudo apt-get install python2 -y
- name: Build
run: |
sudo npm install -g node-gyp
sudo npm install -g npm
sudo npm install -g npm@latest
sudo npm install -g node-gyp@latest
sudo npm install -g node-sass@latest
yarn
yarn build
Expand Down

0 comments on commit 6c84627

Please sign in to comment.