Skip to content

Commit 28456cd

Browse files
committed
chore: update NODE_VERSION to 24.x in build and reviewdog configurations
1 parent 12559ab commit 28456cd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
permissions: {}
88

99
env:
10-
NODE_VERSION: "22.x"
10+
NODE_VERSION: "24.x"
1111

1212
jobs:
1313
build:

.github/workflows/pr-build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
permissions: {}
88

99
env:
10-
NODE_VERSION: "22.x"
10+
NODE_VERSION: "24.x"
1111

1212
jobs:
1313
check-permissions:

.github/workflows/reviewdog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [pull_request_target]
55
permissions: {}
66

77
env:
8-
NODE_VERSION: "22.x"
8+
NODE_VERSION: "24.x"
99

1010
jobs:
1111
eslint:

0 commit comments

Comments
 (0)