Skip to content

Commit

Permalink
Merge branch 'update-node' into 'dev'
Browse files Browse the repository at this point in the history
Update node

Closes #364

See merge request ergo/rosen-bridge/guard-service!426
  • Loading branch information
zargarzadehm committed Dec 17, 2024
2 parents e07c904 + 4b58607 commit bba4fc7
Show file tree
Hide file tree
Showing 14 changed files with 525 additions and 85 deletions.
7 changes: 0 additions & 7 deletions .c8rc

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/proud-crabs-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'guard-service': minor
---

Migrate from node 18.17 to 20.11
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Dockerfile
README.md
.husky
.lintstagedrc.js
.mocharc.json
.prettierrc.json
vitest.config.ts
peer-dialer*.json
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: node:18.12
image: node:20.11

stages:
- installation
Expand Down
9 changes: 0 additions & 9 deletions .mocharc.json

This file was deleted.

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.14.0
20.11.0
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
FROM node:20.11

LABEL maintainer="rosen-bridge team <team@rosen.tech>"
LABEL description="Docker image for the guard-service owned by rosen-bridge organization."
Expand Down
6 changes: 0 additions & 6 deletions nodemon.json

This file was deleted.

Loading

0 comments on commit bba4fc7

Please sign in to comment.