Skip to content

Commit 9bc07dc

Browse files
chore(deps): update node.js to v24
1 parent eda16e9 commit 9bc07dc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
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:22
11+
image: node:24
1212
credentials:
1313
username: ${{ vars.DOCKER_HUB_USERNAME }}
1414
password: ${{ secrets.DOCKER_HUB_API_KEY }}
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node
2121
uses: actions/setup-node@v6
2222
with:
23-
node-version: 20
23+
node-version: 24
2424
cache: "pnpm"
2525
- name: Install packages
2626
run: pnpm install

.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:22
11+
image: node:24
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:22
9+
image: node:24
1010
credentials:
1111
username: ${{ vars.DOCKER_HUB_USERNAME }}
1212
password: ${{ secrets.DOCKER_HUB_API_KEY }}

0 commit comments

Comments
 (0)