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

chore(deps): update node.js to v20 #611

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:20.8.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:20.8.0
variables:
POSTGRES_USER: misskey
POSTGRES_DB: test-misskey
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.16.0-alpine3.16 AS base
FROM node:20.2.0-alpine3.16 AS base

WORKDIR /misskey

Expand Down