Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
chore(deps): update dependency node to v18.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2023
1 parent 7b6d8d2 commit 968516d
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion .gitlab/workflows/e2e.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
e2e:
stage: test
image: node:18.16.0
image: node:18.17.0
variables:
POSTGRES_DB: test-misskey
POSTGRES_HOST_AUTH_METHOD: trust
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/workflows/nodejs.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
test:
image: node:18.16.0
image: node:18.17.0
variables:
POSTGRES_USER: misskey
POSTGRES_DB: test-misskey
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.0
18.17.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
"@types/koa__router": "8.0.11",
"@types/lolex": "5.1.2",
"@types/mocha": "10.0.1",
"@types/node": "18.15.13",
"@types/node": "18.17.4",
"@types/node-fetch": "2.6.3",
"@types/nodemailer": "6.4.7",
"@types/nprogress": "0.2.0",
Expand Down
Loading

0 comments on commit 968516d

Please sign in to comment.