From af12f4884a03bef80ec7d76964d1f95f7d3d4763 Mon Sep 17 00:00:00 2001 From: simonihmig Date: Fri, 15 Oct 2021 13:33:38 +0200 Subject: [PATCH] Update `bahmutov/npm-install@v1.7.10` Hopefully fixing https://github.com/bahmutov/npm-install/issues/95 and thus failing CI due to the `socket.io` issue, as npm does take `resolutions` into account. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92fe14fa..e276b0f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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 }}