Skip to content

Commit

Permalink
set DETECT_CHROMEDRIVER_VERSION for release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jul 28, 2023
1 parent 63a405f commit 1d91042
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,17 @@ jobs:
runs-on: macos-latest
steps:
- name: Clone Repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node version
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: yarn install --frozen-lockfile
env:
DETECT_CHROMEDRIVER_VERSION: true
- name: Build Package
run: yarn build:dev
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
contents: read
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: 📦 Install Dependencies
Expand Down

0 comments on commit 1d91042

Please sign in to comment.