Skip to content

Commit ee384c0

Browse files
authored
Merge pull request #39819 from github/repo-sync
Repo sync
2 parents 346e2bd + aa6156b commit ee384c0

File tree

5 files changed

+281
-281
lines changed

5 files changed

+281
-281
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FROM ghcr.io/github/gh-base-image/gh-base-noble:20250805-204228-g50c20871f AS ba
1818
# Must run as root
1919
RUN apt-get -qq update && apt-get -qq install --no-install-recommends curl git \
2020
&& curl -sL https://deb.nodesource.com/setup_22.x | bash - \
21-
&& apt-get install -y nodejs \
21+
&& apt-get install -y nodejs=22.17.0-1nodesource1 \
2222
&& node --version
2323

2424
# Create the node user and home directory

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
"esm": "^3.2.25"
413413
},
414414
"engines": {
415-
"node": "^20 || ^22"
415+
"node": "^20 || >=22.0.0 <22.18.0"
416416
},
417417
"cacheDirectories": [
418418
"node_modules",

0 commit comments

Comments
 (0)