Skip to content

Commit

Permalink
Update bahmutov/[email protected]
Browse files Browse the repository at this point in the history
Hopefully fixing bahmutov/npm-install#95 and thus failing CI due to the `socket.io` issue, as npm does take `resolutions` into account.
  • Loading branch information
simonihmig committed Oct 15, 2021
1 parent 8559334 commit af12f48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
node-version: 12
- name: Install dependencies
uses: bahmutov/npm-install@v1
uses: bahmutov/npm-install@v1.7.10
- name: Lint
run: yarn lint
- name: Test
Expand All @@ -42,7 +42,7 @@ jobs:
with:
node-version: 12
- name: Install dependencies
uses: bahmutov/npm-install@v1
uses: bahmutov/npm-install@v1.7.10
with:
useLockFile: false
- name: Test
Expand Down Expand Up @@ -71,6 +71,6 @@ jobs:
with:
node-version: 12
- name: Install dependencies
uses: bahmutov/npm-install@v1
uses: bahmutov/npm-install@v1.7.10
- name: Test
run: yarn ember try:one ${{ matrix.scenario }}

0 comments on commit af12f48

Please sign in to comment.