Skip to content

Commit

Permalink
Merge PR #715 from 'Falci/node-18'
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed May 3, 2022
2 parents e77546c + ca8eaa8 commit f28fb9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- run: |
npm install -g @hns-dev/bsdoc
jsdoc -c jsdoc.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

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

steps:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"wallet"
],
"engines": {
"node": ">=8.0.0"
"node": ">=12.0.0"
},
"dependencies": {
"bcfg": "~0.1.7",
Expand Down

0 comments on commit f28fb9e

Please sign in to comment.