Skip to content

chore(deps): update node.js to v22 #2870

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine AS build
FROM node:22-alpine AS build
ENV NODE_ENV=development
ENV DISTDIR=/usr/local/share/graphql-inspector

Expand All @@ -10,7 +10,7 @@ RUN npm install -g [email protected]
RUN pnpm install
RUN pnpm build

FROM node:20-alpine AS dist
FROM node:22-alpine AS dist
ENV NODE_ENV=production
ENV DISTDIR=/usr/local/share/graphql-inspector

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@types/body-parser": "1.19.5",
"@types/cors": "2.8.17",
"@types/express": "5.0.1",
"@types/node": "20.14.15",
"@types/node": "22.15.3",
"@types/yargs": "17.0.33",
"@vercel/ncc": "0.38.3",
"bob-the-bundler": "7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"devDependencies": {
"@babel/core": "7.26.10",
"@types/node": "20.14.15",
"@types/node": "22.15.3",
"graphql": "16.9.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"tslib": "2.6.2"
},
"devDependencies": {
"@types/node": "20.14.15",
"@types/node": "22.15.3",
"graphql": "16.9.0"
},
"publishConfig": {
Expand Down
Loading
Loading