Skip to content

Commit

Permalink
fix(desp): bump node
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Nov 12, 2022
1 parent dcb9f5e commit 7d97f97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
node-version:
- 16.18.0
- 16.18.1
- 18.12.1
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"semantic-release": "^19.0.5"
},
"engines": {
"node": ">=16.18.0"
"node": ">=16.18.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7d97f97

Please sign in to comment.