Skip to content

Commit

Permalink
remove nvmrc node version installation and npm version installation
Browse files Browse the repository at this point in the history
  • Loading branch information
goastler committed Aug 16, 2024
1 parent d6fecdb commit 1083057
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 66 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/auto_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@ jobs:
echo "******************************"
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"

- name: Install
run: npm i -g "npm@$(jq -r .engines.npm < package.json)"

- name: Enable auto-merge on PR
env:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/check_version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ concurrency:

jobs:
check:
container:
image: prosopo/ci:latest
options: >
--volume ${{ github.workspace }}:/repo
--volume /var/run/docker.sock:/var/run/docker.sock
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/consistent_engine_node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ env:

jobs:
check:
container:
image: prosopo/ci:latest
options: >
--volume ${{ github.workspace }}:/repo
--volume /var/run/docker.sock:/var/run/docker.sock
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/consistent_engine_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ env:

jobs:
check:
container:
image: prosopo/ci:latest
options: >
--volume ${{ github.workspace }}:/repo
--volume /var/run/docker.sock:/var/run/docker.sock
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/consistent_nvmrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ env:

jobs:
check:
container:
image: prosopo/ci:latest
options: >
--volume ${{ github.workspace }}:/repo
--volume /var/run/docker.sock:/var/run/docker.sock
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/consistent_workflow_names.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ concurrency:

jobs:
check:
container:
image: prosopo/ci:latest
options: >
--volume ${{ github.workspace }}:/repo
--volume /var/run/docker.sock:/var/run/docker.sock
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ jobs:
restore-keys: |
project-cache-${{ github.event.pull_request.head.ref || github.ref }}-${{ runner.os }}-${{ runner.arch }}-
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: npm i -g "npm@$(jq -r .engines.npm < package.json)"

- run: npm ci

# build all packages in workspace
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,6 @@ jobs:
exit 1
fi
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: npm i -g "npm@$(jq -r .engines.npm < package.json)"

- run: npm ci

# build from scratch to ensure nothing bought over from cache
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@ jobs:
restore-keys: |
project-cache-${{ github.event.pull_request.head.ref || github.ref }}-${{ runner.os }}-${{ runner.arch }}-
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: npm i -g "npm@$(jq -r .engines.npm < package.json)"

- run: npm ci

- run: npm run -w @prosopo/scripts build
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/lockstep_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ env:

jobs:
check:
container:
image: prosopo/ci:latest
options: >
--volume ${{ github.workspace }}:/repo
--volume /var/run/docker.sock:/var/run/docker.sock
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/prosoponator_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ jobs:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: npm i -g "npm@$(jq -r .engines.npm < package.json)"

- name: Run
env:
GITHUB_TOKEN: ${{ secrets.PROSOPONATOR_PAT }}
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/provider_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ jobs:
restore-keys: |
project-cache-${{ github.event.pull_request.head.ref || github.ref }}-${{ runner.os }}-${{ runner.arch }}-
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: npm i -g "npm@$(jq -r .engines.npm < package.json)"

- run: npm ci

# build the packages
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ jobs:
restore-keys: |
project-cache-${{ github.event.pull_request.head.ref || github.ref }}-${{ runner.os }}-${{ runner.arch }}-
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: npm i -g "npm@$(jq -r .engines.npm < package.json)"

- run: npm ci

# build all packages in workspace
Expand Down

0 comments on commit 1083057

Please sign in to comment.