Skip to content

Commit

Permalink
chore: upgrade node to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
bchew committed Oct 26, 2022
1 parent 2480bb5 commit 6c30f55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node: [16.x]
node: [18.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -36,6 +36,6 @@
"url": "https://github.com/Adslot/node-migrations/issues"
},
"engines": {
"node": "^16"
"node": "^18"
}
}

0 comments on commit 6c30f55

Please sign in to comment.