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 v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 2, 2023
1 parent 06d273c commit 0465f63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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:20.3.1
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.3.1
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

0 comments on commit 0465f63

Please sign in to comment.