Skip to content

Commit

Permalink
bump version, add node 16 to build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeanerd committed Feb 11, 2022
1 parent f03bf54 commit f025559
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

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

steps:
- uses: actions/checkout@v1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"files": [
"dist/"
],
"version": "2.2.1",
"version": "2.2.2",
"dependencies": {
"centra": "^2.5.0"
}
Expand Down

0 comments on commit f025559

Please sign in to comment.