Skip to content

Commit

Permalink
Don't Limit Upper Angular Version (#182)
Browse files Browse the repository at this point in the history
* Don't limit upper Angular version

* Improve GitHub Action workflow name
  • Loading branch information
Chuckv01 committed May 8, 2023
1 parent 0b7c999 commit d9b627f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Compressed Size
name: Tests

on: [pull_request]

jobs:
build:
name: "Units Test & Verify Bundle Size"

runs-on: ubuntu-latest

Expand All @@ -22,7 +23,7 @@ jobs:
shell: bash
run: npm install

- name: "Run Project unit tests"
- name: "Unit tests"
shell: bash
run: |
Xvfb -ac :99 -screen 0 1280x1024x16 &
Expand Down
6 changes: 3 additions & 3 deletions projects/mobx-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "mobx-angular",
"version": "4.7.1",
"version": "4.7.2",
"description": "Angular connector to MobX (2 and above)",
"peerDependencies": {
"@angular/common": ">=11.1.1 <16.0.0",
"@angular/core": ">=11.1.1 <16.0.0",
"@angular/common": ">=11.1.1",
"@angular/core": ">=11.1.1",
"mobx": ">=2",
"tslib": "^2.0.0"
},
Expand Down

0 comments on commit d9b627f

Please sign in to comment.