Skip to content

Commit

Permalink
fix workflow (馃)
Browse files Browse the repository at this point in the history
  • Loading branch information
gboutte committed Jul 17, 2023
1 parent 8a6961c commit 349a26e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 349a26e

Please sign in to comment.