From 6d9d8b8bb809d05960def12003302f808a608fa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20Sch=C3=A4fer?= Date: Sat, 3 Feb 2024 12:45:10 +0100 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 12cfd00..7482fd3 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -24,6 +24,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'npm' - run: npm ci --ignore-scripts + - run: npm run install:local - run: npm run build - name: Use Python ${{ matrix.python-version }}