Skip to content

Commit 8c72b7c

Browse files
chore(deps): update node.js to v22 (#442)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Gabriel Miranda <[email protected]>
1 parent df6de37 commit 8c72b7c

File tree

7 files changed

+26
-26
lines changed

7 files changed

+26
-26
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
lint:
1212
runs-on: buildjet-4vcpu-ubuntu-2204
1313
container:
14-
image: node:20
14+
image: node:22
1515
# credentials:
1616
# username: ${{ vars.DOCKER_HUB_USERNAME || '' }}
1717
# 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
@@ -11,7 +11,7 @@ jobs:
1111
pin-dependencies-check:
1212
runs-on: buildjet-4vcpu-ubuntu-2204
1313
container:
14-
image: node:20
14+
image: node:22
1515
# credentials:
1616
# username: ${{ vars.DOCKER_HUB_USERNAME || '' }}
1717
# 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
@@ -8,7 +8,7 @@ jobs:
88
pr-title-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/preview-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: write
1818
pull-requests: write
1919
container:
20-
image: node:20
20+
image: node:22
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v4

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
tests:
1313
runs-on: buildjet-4vcpu-ubuntu-2204
1414
container:
15-
image: node:20
15+
image: node:22
1616
# credentials:
1717
# username: ${{ vars.DOCKER_HUB_USERNAME || '' }}
1818
# password: ${{ secrets.DOCKER_HUB_API_KEY || '' }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"devDependencies": {
5555
"@biomejs/biome": "2.2.0",
56-
"@types/node": "20.19.11",
56+
"@types/node": "22.17.2",
5757
"@types/react": "19.1.10",
5858
"pkg-pr-new": "0.0.56",
5959
"tsup": "8.5.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)