Skip to content

Commit 6a654ed

Browse files
committed
fix CI step labels to match node version (24)
1 parent ed3b970 commit 6a654ed

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/binary-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
key: bun-${{ runner.os }}-${{ hashFiles('bun.lock') }}
4040
restore-keys: |
4141
bun-${{ runner.os }}-
42-
- name: Use Node.js 22.x
42+
- name: Use Node.js 24.x
4343
uses: actions/setup-node@v6
4444
with:
4545
node-version: "24.x"

.github/workflows/release-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
key: bun-${{ runner.os }}-${{ hashFiles('bun.lock') }}
2727
restore-keys: |
2828
bun-${{ runner.os }}-
29-
- name: Use Node.js 22.x
29+
- name: Use Node.js 24.x
3030
uses: actions/setup-node@v6
3131
with:
3232
node-version: "24.x"

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
key: bun-${{ runner.os }}-${{ hashFiles('bun.lock') }}
3333
restore-keys: |
3434
bun-${{ runner.os }}-
35-
- name: Use Node.js 22.x
35+
- name: Use Node.js 24.x
3636
uses: actions/setup-node@v6
3737
with:
3838
node-version: "24.x"

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
key: bun-${{ runner.os }}-${{ hashFiles('bun.lock') }}
2323
restore-keys: |
2424
bun-${{ runner.os }}-
25-
- name: Use Node.js 22.x
25+
- name: Use Node.js 24.x
2626
uses: actions/setup-node@v6
2727
with:
2828
node-version: "24.x"

.github/workflows/vscode-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
key: bun-${{ runner.os }}-${{ hashFiles('bun.lock') }}
2222
restore-keys: |
2323
bun-${{ runner.os }}-
24-
- name: Use Node.js 22.x
24+
- name: Use Node.js 24.x
2525
uses: actions/setup-node@v6
2626
with:
2727
node-version: "24.x"

0 commit comments

Comments
 (0)