Skip to content

Commit 18488cf

Browse files
2 parents f30edf8 + 1c76a43 commit 18488cf

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [14.x, 16.x, 18.x]
19+
node-version: [18.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:

package-lock.json

Lines changed: 16 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"nodemailer": "^6.9.13",
2424
"nodemon": "^3.0.3",
2525
"path": "^0.12.7",
26-
"pg": "^8.12.0",
26+
"pg": "^8.13.0",
2727
"pm2": "^5.4.2",
2828
"uuid": "^10.0.0",
2929
"xss": "^1.0.15"

0 commit comments

Comments
 (0)