Skip to content

Commit 95d4234

Browse files
chore(deps): update dependency node to v22.22.2
1 parent e979a0e commit 95d4234

8 files changed

Lines changed: 25 additions & 25 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"image": "mcr.microsoft.com/devcontainers/javascript-node:4-20",
77
"features": {
88
"ghcr.io/devcontainers/features/node:1": {
9-
"version": "22.21.1",
9+
"version": "22.22.2",
1010
"nodeGypDependencies": true,
1111
"pnpmVersion": "10.24.0"
1212
}

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Node
3535
uses: actions/setup-node@v6
3636
with:
37-
node-version: 22.21.1
37+
node-version: 22.22.2
3838
cache: 'pnpm'
3939
- name: Install dependencies
4040
run: pnpm install
@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup Node
5454
uses: actions/setup-node@v6
5555
with:
56-
node-version: 22.21.1
56+
node-version: 22.22.2
5757
cache: 'pnpm'
5858
- name: Install dependencies
5959
run: pnpm install --frozen-lockfile

.github/workflows/nextjs_bundle_analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node
2626
uses: actions/setup-node@v6
2727
with:
28-
node-version: 22.21.1
28+
node-version: 22.22.2
2929
cache: 'pnpm'
3030
- name: Install dependencies
3131
run: pnpm install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup Node.js
4747
uses: actions/setup-node@v6
4848
with:
49-
node-version: 22.21.1
49+
node-version: 22.22.2
5050
cache: pnpm
5151

5252
- name: Upgrade npm to latest

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup Node
5555
uses: actions/setup-node@v6
5656
with:
57-
node-version: 22.21.1
57+
node-version: 22.22.2
5858
cache: 'pnpm'
5959
- name: Install dependencies
6060
run: pnpm install

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Install dependencies only when needed
2-
FROM node:22.11.0-alpine3.19 AS base
2+
FROM node:22.12.0-alpine3.19 AS base
33

44
FROM base AS deps
55
# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@tanstack/react-query-devtools": "5.91.2",
6363
"@tanstack/react-table": "8.21.3",
6464
"@types/lodash-es": "4.17.12",
65-
"@types/node": "22.19.1",
65+
"@types/node": "22.19.17",
6666
"@types/plotly.js-basic-dist": "1.54.4",
6767
"@types/prismjs": "1.26.6",
6868
"@types/react": "19.2.7",

pnpm-lock.yaml

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)