Skip to content

Commit

Permalink
Merge pull request #45 from leNicDev/feature/angular-14
Browse files Browse the repository at this point in the history
Upgrade to Angular 14
  • Loading branch information
leNicDev authored Jul 2, 2022
2 parents d06a49f + 994cb6d commit fec2a3b
Show file tree
Hide file tree
Showing 9 changed files with 5,943 additions and 3,918 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v1
Expand All @@ -21,9 +21,9 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install and npm run build
- name: npm ci and npm run build
run: |
npm i
npm ci
npm run build:lib
#- name: Push Build to Releases
# uses: ncipollo/release-action@v1
Expand Down
3 changes: 1 addition & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,5 @@
}
}
}
},
"defaultProject": "ng-hcaptcha-app"
}
}
Loading

0 comments on commit fec2a3b

Please sign in to comment.