From 42bccc22a3006ec673ca256c4bc0ff54047b62ba Mon Sep 17 00:00:00 2001 From: Leo B Date: Mon, 29 Nov 2021 22:47:29 +0100 Subject: [PATCH] Try yet another node container --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6aca4ba..6ed6175 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ jobs: ergogen: runs-on: ubuntu-latest container: - image: node:17.1-slim + image: node:17.1 name: Ergogen steps: - name: Checkout @@ -15,6 +15,6 @@ jobs: - name: ls -lsa run: ls -lsa - name: Install dependencies - run: npm install --force + run: npm install - name: Generate unrouted PCBs run: npm run gen