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 node.js to v18.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 17, 2023
1 parent e8f8316 commit a7e7bb1
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 54 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.12.1
image: node:18.14.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.12.1
image: node:18.14.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.13.0
18.14.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.12.1-alpine3.16 AS base
FROM node:18.14.0-alpine3.16 AS base

WORKDIR /misskey

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
"@types/koa__router": "8.0.11",
"@types/lolex": "5.1.2",
"@types/mocha": "10.0.1",
"@types/node": "18.11.18",
"@types/node": "18.13.0",
"@types/node-fetch": "2.6.2",
"@types/nodemailer": "6.4.7",
"@types/nprogress": "0.2.0",
Expand Down
Loading

0 comments on commit a7e7bb1

Please sign in to comment.