Skip to content

Commit

Permalink
node20
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Dec 20, 2024
1 parent 432e3dc commit b2c8377
Show file tree
Hide file tree
Showing 4 changed files with 2,021 additions and 1,711 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
cache: yarn
- name: Install node dependencies
run: yarn install --ignore-engines --frozen-lockfile --network-concurrency 1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_VERSION=18-bullseye-slim
ARG NODE_VERSION=20-bullseye-slim

FROM node:${NODE_VERSION} as builder

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@
"homepage": "https://github.com/scality/backbeat#readme",
"dependencies": {
"JSONStream": "^1.3.5",
"arsenal": "git+https://github.com/scality/arsenal#8.1.115",
"arsenal": "git+https://github.com/scality/arsenal#e293f894917cd375f8e1ab6d03f4fb6869df136a",
"async": "^2.3.0",
"aws-sdk": "^2.938.0",
"backo": "^1.1.0",
"breakbeat": "scality/breakbeat#v1.0.3",
"bucketclient": "scality/bucketclient#8.1.9",
"bucketclient": "scality/bucketclient#0fe349950922700af82b57b157f6ef5fe29c6f12",
"commander": "^2.11.0",
"eslint-plugin-mocha": "^10.2.0",
"fcntl": "github:scality/node-fcntl#0.2.2",
"httpagent": "git+https://github.com/scality/httpagent#1.0.6",
"httpagent": "git+https://github.com/scality/httpagent#1.1.0",
"ioredis": "^4.9.5",
"joi": "^17.6.0",
"minimatch": "^3.0.4",
Expand All @@ -69,8 +69,8 @@
"semver": "^5.6.0",
"typescript": "^4.9.5",
"uuid": "^3.1.0",
"vaultclient": "scality/vaultclient#8.3.11",
"werelogs": "scality/werelogs#8.1.2"
"vaultclient": "scality/vaultclient#8.5.0",
"werelogs": "scality/werelogs#8.2.1"
},
"resolutions": {
"node-rdkafka-prometheus/prom-client": "14.2.0"
Expand All @@ -88,6 +88,6 @@
"zookeeper-mock": "^1.2.0"
},
"engines": {
"node": ">=18"
"node": ">=20"
}
}
Loading

0 comments on commit b2c8377

Please sign in to comment.