Skip to content

Commit

Permalink
2024 summer maintenance (#69)
Browse files Browse the repository at this point in the history
* node v16 -> v20

* removed unused otel

* nestjs v9 -> nestjs v10

* bug fix

* bumped nestjs/graphql

* changed path to relative

* fixed createHub e2e test
  • Loading branch information
gianlazz authored May 26, 2024
1 parent 4e2c45a commit 0b1946f
Show file tree
Hide file tree
Showing 15 changed files with 12,436 additions and 31,258 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.14.0
v20.13.1
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12
FROM node:20

# Create app directory
WORKDIR /app
Expand Down
Loading

0 comments on commit 0b1946f

Please sign in to comment.