Skip to content

Commit 09b5c1d

Browse files
ci: update Node.js for GitHub Actions to v25 (#1827)
1 parent 659012f commit 09b5c1d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [24.x]
18+
node-version: [25.x]
1919

2020
steps:
2121
- uses: actions/checkout@v6

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [24.x]
18+
node-version: [25.x]
1919

2020
steps:
2121
- uses: actions/checkout@v6

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [24.x]
18+
node-version: [25.x]
1919

2020
steps:
2121
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)