From 349a26e7e55e79c8067749342307de38a660697a Mon Sep 17 00:00:00 2001 From: gboutte Date: Mon, 17 Jul 2023 21:13:47 +0200 Subject: [PATCH] =?UTF-8?q?fix=20workflow=20(=F0=9F=A4=9E)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release_package.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release_package.yml b/.github/workflows/release_package.yml index eea90ce..460389e 100644 --- a/.github/workflows/release_package.yml +++ b/.github/workflows/release_package.yml @@ -18,14 +18,15 @@ jobs: uses: actions/setup-node@v2 with: registry-url: https://registry.npmjs.org/ - node-version: '14' + node-version: '18' - - name: Install dependencies + - name: Install angular cli run: npm install -g @angular/cli@latest + - name: Install dependencies run: npm install - - name: Install dependencies + - name: Build library working-directory: ./projects/wtfui run: ng build