Skip to content

Commit

Permalink
just install
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-ax committed Jun 23, 2023
1 parent 093a6c6 commit f0e473e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v3
- id: build
run: |
npm install
NODE_OPTIONS=--openssl-legacy-provider npm install
npm run all
- uses: ./
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- id: build
run: |
NODE_OPTIONS=--openssl-legacy-provider npm install
NODE_OPTIONS=--openssl-legacy-provider npm run all
npm run all
- uses: ./
with:
status: ${{ job.status }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3
- id: build
run: |
npm install
NODE_OPTIONS=--openssl-legacy-provider npm install
npm run all
- uses: ./
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3
- id: build
run: |
npm install
NODE_OPTIONS=--openssl-legacy-provider npm install
- id: format-check
run: |
npm run format-check
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
run: echo "$STEPS_CONTEXT"
- id: test
run: |
npm install
NODE_OPTIONS=--openssl-legacy-provider npm install
npm run test
- uses: ./
with:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
node-version: '16.16.0'
- id: build
run: |
npm install
NODE_OPTIONS=--openssl-legacy-provider npm install
npm run all
- uses: ./
with:
Expand Down

0 comments on commit f0e473e

Please sign in to comment.