Skip to content

Commit d577ba9

Browse files
authored
Updrade to 3.2.0 (#75)
1 parent 999c08c commit d577ba9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [12.x, 14.x]
17+
node-version: [14.x, 16.x]
1818

1919
steps:
2020
- uses: actions/checkout@v2

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v1
1616
with:
17-
node-version: 12
17+
node-version: 16
1818
- run: npm ci
1919
- run: npm run build
2020

@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v2
2626
- uses: actions/setup-node@v1
2727
with:
28-
node-version: 12
28+
node-version: 16
2929
registry-url: https://registry.npmjs.org/
3030
- run: npm ci
3131
- run: npm run build
@@ -41,7 +41,7 @@ jobs:
4141
# - uses: actions/checkout@v2
4242
# - uses: actions/setup-node@v1
4343
# with:
44-
# node-version: 12
44+
# node-version: 16
4545
# registry-url: https://npm.pkg.github.com/
4646
# - run: npm ci
4747
# - run: npm publish

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-resize-event",
3-
"version": "3.1.2",
3+
"version": "3.2.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -38,4 +38,4 @@
3838
"ng-packagr": "^14.0.2",
3939
"typescript": "~4.7.3"
4040
}
41-
}
41+
}

projects/angular-resize-event/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-resize-event",
3-
"version": "3.1.2",
3+
"version": "3.2.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/vdolek/angular-resize-event"

0 commit comments

Comments
 (0)