Skip to content

Commit da72af8

Browse files
chore(deps): update node.js to v22
1 parent 0886fb5 commit da72af8

File tree

6 files changed

+56
-56
lines changed

6 files changed

+56
-56
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
lint:
99
runs-on: buildjet-4vcpu-ubuntu-2204
1010
container:
11-
image: node:20
11+
image: node:22
1212
credentials:
1313
username: ${{ vars.DOCKER_HUB_USERNAME }}
1414
password: ${{ secrets.DOCKER_HUB_API_KEY }}

.github/workflows/pin-dependencies-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
pin-dependencies-check:
99
runs-on: buildjet-4vcpu-ubuntu-2204
1010
container:
11-
image: node:20
11+
image: node:22
1212
credentials:
1313
username: ${{ vars.DOCKER_HUB_USERNAME }}
1414
password: ${{ secrets.DOCKER_HUB_API_KEY }}

.github/workflows/pr-title-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
pr-title-check:
77
runs-on: buildjet-4vcpu-ubuntu-2204
88
container:
9-
image: node:20
9+
image: node:22
1010
credentials:
1111
username: ${{ vars.DOCKER_HUB_USERNAME }}
1212
password: ${{ secrets.DOCKER_HUB_API_KEY }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
tests:
99
runs-on: buildjet-4vcpu-ubuntu-2204
1010
container:
11-
image: node:20
11+
image: node:22
1212
credentials:
1313
username: ${{ vars.DOCKER_HUB_USERNAME }}
1414
password: ${{ secrets.DOCKER_HUB_API_KEY }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"devDependencies": {
4848
"@biomejs/biome": "1.9.4",
4949
"@types/jest": "29.5.14",
50-
"@types/node": "18.19.80",
50+
"@types/node": "22.14.0",
5151
"@types/react": "19.1.0",
5252
"jest": "29.7.0",
5353
"jest-fetch-mock": "3.0.3",

0 commit comments

Comments
 (0)