Skip to content

Commit

Permalink
Merge pull request #4195 from kubeshop/devcatalin/chore/package-updates
Browse files Browse the repository at this point in the history
chore: package updates
  • Loading branch information
devcatalin authored Nov 21, 2023
2 parents f5e9274 + f80f979 commit cb79303
Show file tree
Hide file tree
Showing 11 changed files with 1,107 additions and 872 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/monokle-build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

- name: Install Dependencies
run: |
env
Expand Down Expand Up @@ -200,6 +204,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

# Install Dependencies
- name: Install Dependencies
run: |
Expand Down Expand Up @@ -327,6 +335,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

- name: Install Dependencies
run: |
env
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/monokle-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

- name: Install Dependencies
run: |
env
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/monokle-publish-downloads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

- name: Install Dependencies
run: |
env
Expand Down Expand Up @@ -197,6 +201,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

# Install Dependencies
- name: Install Dependencies
run: |
Expand Down Expand Up @@ -296,6 +304,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

- name: Install Dependencies
run: |
env
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/monokle-publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

- name: Install Dependencies
run: |
env
Expand Down Expand Up @@ -195,6 +199,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

# Install Dependencies
- name: Install Dependencies
run: |
Expand Down Expand Up @@ -293,6 +301,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

- name: Install Dependencies
run: |
env
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/monokle-publish-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

- name: Install Dependencies
run: |
env
Expand Down Expand Up @@ -196,6 +200,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

# Install Dependencies
- name: Install Dependencies
run: |
Expand Down Expand Up @@ -295,6 +303,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

- name: Install Dependencies
run: |
env
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/monokle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

- name: Install Dependencies
run: |
env
Expand Down Expand Up @@ -182,6 +186,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

# Install Dependencies
- name: Install Dependencies
run: |
Expand Down Expand Up @@ -273,6 +281,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

- name: Install Dependencies
run: |
env
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/monokle-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

- name: Install Dependencies
run: |
env
Expand Down Expand Up @@ -85,6 +89,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

# Install Dependencies
- name: Install Dependencies
run: |
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/monokle-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

- name: Install Dependencies
run: |
env
Expand Down Expand Up @@ -125,6 +129,10 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.nodeversion }}
cache: 'npm'

# Fixes issues with node-gyp https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python utilities
run: python3 -m pip install setuptools

# Install Dependencies
- name: Install Dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.0
18.17.0
Loading

0 comments on commit cb79303

Please sign in to comment.