Skip to content

Commit

Permalink
ticket-35 Improved Node JS installations in github action scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy-skalelabs committed Jan 22, 2024
1 parent 13301a2 commit a6ba151
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/comprehensive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ jobs:

- name: INIT - install Node utilities
run: |
which node
which npm
sudo npm install --global yarn
sudo npm install --global node-gyp
sudo npm install --global color-support
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/container-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ jobs:

- name: INIT - install Node utilities
run: |
which node
which npm
sudo npm install --global yarn
sudo npm install --global node-gyp
sudo npm install --global color-support
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ jobs:

- name: INIT - install Node utilities
run: |
which node
which npm
sudo npm install --global yarn
sudo npm install --global node-gyp
sudo npm install --global color-support
Expand Down Expand Up @@ -203,6 +205,8 @@ jobs:

- name: INIT - install Node utilities
run: |
which node
which npm
sudo npm install --global yarn
sudo npm install --global node-gyp
sudo npm install --global color-support
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:

- name: INIT - install Node utilities
run: |
which node
which npm
sudo npm install --global yarn
sudo npm install --global node-gyp
sudo npm install --global color-support
Expand Down

0 comments on commit a6ba151

Please sign in to comment.