From 8a0af484c991826996e6d57839adb909468cab9f Mon Sep 17 00:00:00 2001 From: Matt <7128721+TobiTenno@users.noreply.github.com> Date: Mon, 28 Nov 2022 00:25:27 -0600 Subject: [PATCH] ci: install for release (#4) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 910fc8e..7e4d727 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install Dependencies - run: npm install + run: npx npm-install-peers - name: Run linters run: npm run lint - name: Semantic Release