Skip to content

Commit

Permalink
Merge pull request #17 from configcat/angularupdate
Browse files Browse the repository at this point in the history
Angular update + public api regen
  • Loading branch information
laliconfigcat authored Feb 13, 2024
2 parents 8897500 + f102d66 commit 92867b5
Show file tree
Hide file tree
Showing 116 changed files with 3,805 additions and 3,151 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ng-configcat-publicapi-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

- name: Install dependencies
run: npm i
Expand All @@ -30,11 +30,11 @@ jobs:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
Expand Down
Loading

0 comments on commit 92867b5

Please sign in to comment.