Skip to content

Commit f025559

Browse files
committed
bump version, add node 16 to build pipeline
1 parent f03bf54 commit f025559

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/nodejs.yml

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

1010
strategy:
1111
matrix:
12-
node-version: [10.x, 12.x, 14.x]
12+
node-version: [10.x, 12.x, 14.x, 16.x]
1313

1414
steps:
1515
- uses: actions/checkout@v1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"files": [
6767
"dist/"
6868
],
69-
"version": "2.2.1",
69+
"version": "2.2.2",
7070
"dependencies": {
7171
"centra": "^2.5.0"
7272
}

0 commit comments

Comments
 (0)