Skip to content

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored Sep 25, 2023
1 parent 5a3b350 commit e237ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: pnpm install, build, and test
run: |
pnpm install --no-audit --legacy-peer-deps
pnpm install
pnpm run ts:lint
# fix for https://github.com/cibernox/ember-power-select/pull/1577
rm -rf node_modules/ember-power-select/components
Expand Down

0 comments on commit e237ab0

Please sign in to comment.