From ad04a5e688f14b0333603b6a68560890dfb7a9d9 Mon Sep 17 00:00:00 2001 From: Christian Stocker Date: Tue, 3 Jan 2023 20:57:00 +0100 Subject: [PATCH] try install instead of ci --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 882f542..a1486e3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - node: [ 14 ] + node: [14] steps: - uses: actions/checkout@v3 @@ -22,5 +22,5 @@ jobs: - name: npm install and build run: | - npm ci - npm run build + npm install + npm run build