Skip to content

Commit

Permalink
Updrade to 3.2.0 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdolek authored Aug 8, 2022
1 parent 999c08c commit d577ba9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
- run: npm ci
- run: npm run build

Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
Expand All @@ -41,7 +41,7 @@ jobs:
# - uses: actions/checkout@v2
# - uses: actions/setup-node@v1
# with:
# node-version: 12
# node-version: 16
# registry-url: https://npm.pkg.github.com/
# - run: npm ci
# - run: npm publish
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-resize-event",
"version": "3.1.2",
"version": "3.2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down Expand Up @@ -38,4 +38,4 @@
"ng-packagr": "^14.0.2",
"typescript": "~4.7.3"
}
}
}
2 changes: 1 addition & 1 deletion projects/angular-resize-event/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-resize-event",
"version": "3.1.2",
"version": "3.2.0",
"repository": {
"type": "git",
"url": "https://github.com/vdolek/angular-resize-event"
Expand Down

0 comments on commit d577ba9

Please sign in to comment.