Skip to content

Commit

Permalink
chore: updating node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
helio-frota committed May 25, 2021
1 parent 955cbca commit b77d888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-ci-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"email": "lholmqui@redhat.com"
},
"engines": {
"node": "^14 || ^12 || ^10"
"node": "^16 || ^14 || ^12"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b77d888

Please sign in to comment.