Skip to content

Commit

Permalink
revert(node): bump node version to 16x
Browse files Browse the repository at this point in the history
  • Loading branch information
dalssoft committed Mar 30, 2023
1 parent dd3eac6 commit 48f3e42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

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

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [14.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 @@ -25,7 +25,7 @@
"url": "https:/herbsjs/herbs2knex/issues/"
},
"engines": {
"node": ">= 16.x"
"node": ">= 14.x"
},
"keywords": [
"domain",
Expand Down

0 comments on commit 48f3e42

Please sign in to comment.