Skip to content

Commit

Permalink
Merge pull request #44 from LINCnil/build/force-build-in-angular-15
Browse files Browse the repository at this point in the history
ci: build npm package for angular 15$
  • Loading branch information
kevin-atnos authored Dec 1, 2023
2 parents e565282 + ea7730a commit b51d682
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [14.17.0]
node-version: [16.17.0]

steps:
- uses: actions/checkout@v1
Expand All @@ -27,7 +27,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: NPM angular CLI
run: npm install -g @angular/cli@11.2.15
run: npm install -g @angular/cli@15.2.10

- name: prepare to move
run: |
Expand All @@ -38,6 +38,7 @@ jobs:
run: |
git clone https://github.com/LINCnil/pia.git
cd pia
git checkout upgrade-angular-version
npm install
# - name: prepare library
Expand Down

0 comments on commit b51d682

Please sign in to comment.