Skip to content

Commit

Permalink
Revert "Try to skip optional deps"
Browse files Browse the repository at this point in the history
This reverts commit 5e965dd.
  • Loading branch information
72636c committed Oct 16, 2023
1 parent 5e965dd commit ff07bd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: 18.x

- name: Install dependencies
run: yarn install --frozen-lockfile --no-optional
run: yarn install --frozen-lockfile

- name: Publish to npm
run: yarn release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: 18.x

- name: Install dependencies
run: yarn install --frozen-lockfile --no-optional
run: yarn install --frozen-lockfile

- name: Test
run: yarn test:ci
Expand Down

0 comments on commit ff07bd0

Please sign in to comment.