1
0
mirror of synced 2025-12-19 09:57:42 -05:00

don't use 22.18.0 for now (#57097)

This commit is contained in:
Robert Sese
2025-08-12 16:00:13 -05:00
committed by GitHub
parent d7e31ddb0f
commit aa6156bf3f
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ FROM ghcr.io/github/gh-base-image/gh-base-noble:20250805-204228-g50c20871f AS ba
# Must run as root
RUN apt-get -qq update && apt-get -qq install --no-install-recommends curl git \
&& curl -sL https://deb.nodesource.com/setup_22.x | bash - \
&& apt-get install -y nodejs \
&& apt-get install -y nodejs=22.17.0-1nodesource1 \
&& node --version
# Create the node user and home directory

2
package-lock.json generated
View File

@@ -167,7 +167,7 @@
"website-scraper": "^5.3.1"
},
"engines": {
"node": "^20 || ^22"
"node": "^20 || >=22.0.0 <22.18.0"
},
"optionalDependencies": {
"esm": "^3.2.25"

View File

@@ -412,7 +412,7 @@
"esm": "^3.2.25"
},
"engines": {
"node": "^20 || ^22"
"node": "^20 || >=22.0.0 <22.18.0"
},
"cacheDirectories": [
"node_modules",