Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Apr 23, 2023
1 parent 2c23f51 commit ff18ab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: ${{ matrix.node_version }}
cache: 'yarn'

- run: yarn --ignore-engines --frozen-lockfile
- run: yarn --frozen-lockfile

- name: Start MinIO Server -> Run Unit and Functional Tests
timeout-minutes: 5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: ${{ matrix.node_version }}
cache: 'yarn'

- run: yarn --ignore-engines --frozen-lockfile
- run: yarn --frozen-lockfile

- name: Start Server -> Run Unit and Functional Tests
timeout-minutes: 5
Expand Down

0 comments on commit ff18ab5

Please sign in to comment.