Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for node 22 #1760

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
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 .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
fail-fast: true
continue-on-error: true
services:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"license": "AGPL-3.0-or-later",
"engines": {
"node": ">=18 <=20",
"node": ">=18 <=22",
"yarn": "4"
},
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"prom-client": "^14.1.0",
"rate-limiter-flexible": "^2.2.1",
"redis": "4.6.7",
"secure-password": "^3.1.0",
"secure-password": "^4.0.0",
"sequelize": "^6.25.7",
"sequelize-cli": "^6.6.0",
"sponsorblock-api": "^0.2.2",
Expand Down
43 changes: 16 additions & 27 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12584,7 +12584,7 @@ __metadata:
languageName: node
linkType: hard

"ini@npm:^1.3.4, ini@npm:^1.3.5":
"ini@npm:^1.3.4":
version: 1.3.8
resolution: "ini@npm:1.3.8"
checksum: 10c0/ec93838d2328b619532e4f1ff05df7909760b6f66d9c9e2ded11e5c1897d6f2f9980c54dd638f88654b00919ce31e827040631eab0a3969e4d1abefa0719516a
Expand Down Expand Up @@ -15150,15 +15150,6 @@ __metadata:
languageName: node
linkType: hard

"nan@npm:^2.14.0":
version: 2.17.0
resolution: "nan@npm:2.17.0"
dependencies:
node-gyp: "npm:latest"
checksum: 10c0/4a231a62dba025f4c4fa814c1e6ffeb450c5cd0852b780f19fe4ea22b86ba0f1f394406dfd628c67fb7f0987e982fa230da1fbd3632258f927b8defd7046c1ad
languageName: node
linkType: hard

"nano-css@npm:^5.3.1":
version: 5.6.1
resolution: "nano-css@npm:5.6.1"
Expand Down Expand Up @@ -15312,14 +15303,14 @@ __metadata:
languageName: node
linkType: hard

"node-gyp-build@npm:^4.1.0":
version: 4.6.0
resolution: "node-gyp-build@npm:4.6.0"
"node-gyp-build@npm:^4.3.0":
version: 4.8.0
resolution: "node-gyp-build@npm:4.8.0"
bin:
node-gyp-build: bin.js
node-gyp-build-optional: optional.js
node-gyp-build-test: build-test.js
checksum: 10c0/147add65942acd3cf641d11d9becd030128c7298a5b4aec4ebf3ad4afcc3d0298ad2562afba3e7b2bf70160c5e2e82235e3bc043ff9c52dc68bdd36c856764fe
checksum: 10c0/85324be16f81f0235cbbc42e3eceaeb1b5ab94c8d8f5236755e1435b4908338c65a4e75f66ee343cbcb44ddf9b52a428755bec16dcd983295be4458d95c8e1ad
languageName: node
linkType: hard

Expand Down Expand Up @@ -15925,7 +15916,7 @@ __metadata:
rate-limiter-flexible: "npm:^2.2.1"
redis: "npm:4.6.7"
redis-mock: "npm:^0.56.3"
secure-password: "npm:^3.1.0"
secure-password: "npm:^4.0.0"
sequelize: "npm:^6.25.7"
sequelize-cli: "npm:^6.6.0"
sponsorblock-api: "npm:^0.2.2"
Expand Down Expand Up @@ -18671,13 +18662,13 @@ __metadata:
languageName: node
linkType: hard

"secure-password@npm:^3.1.0":
version: 3.1.0
resolution: "secure-password@npm:3.1.0"
"secure-password@npm:^4.0.0":
version: 4.0.0
resolution: "secure-password@npm:4.0.0"
dependencies:
nanoassert: "npm:^1.0.0"
sodium-native: "npm:^2.2.1"
checksum: 10c0/3f41a20357c60311ab8c627ddc5d6dbf4f47e0bcdb046abf388ea25799823963a6d18e16a8a01413fef0b8b29dd03958ce267f3dfe4888ee24e534c1b0a42057
sodium-native: "npm:^3.1.1"
checksum: 10c0/f1f5d9211e1916801da75284c1e8a0ce25463fc1c27155831a490d1c1db2c3e50a09a76070a1bc5e84e9f6b1b3053642391f568a8f1ae0bad77a20a61f514740
languageName: node
linkType: hard

Expand Down Expand Up @@ -19194,15 +19185,13 @@ __metadata:
languageName: node
linkType: hard

"sodium-native@npm:^2.2.1":
version: 2.4.9
resolution: "sodium-native@npm:2.4.9"
"sodium-native@npm:^3.1.1":
version: 3.4.1
resolution: "sodium-native@npm:3.4.1"
dependencies:
ini: "npm:^1.3.5"
nan: "npm:^2.14.0"
node-gyp: "npm:latest"
node-gyp-build: "npm:^4.1.0"
checksum: 10c0/3924aa9f3df7b9769687b4df2b1b730333dc7c1e2dfeed333fedfe7d850ca14e5011434955da5f9591e5dc70a47d7232fad2482bc91596c8837be0d26d96ca97
node-gyp-build: "npm:^4.3.0"
checksum: 10c0/b67de94d80a234d348e3bbcd27f39243f974dfdb5e2538b146433c5f2a42ce4697ce3bf5dff8a2803dab16486167e8cc755af426ff2934cb5ca393cb5b116c77
languageName: node
linkType: hard

Expand Down
Loading