Skip to content

Commit bb8731a

Browse files
ci: update Node.js for GitHub Actions to v25 (#1826)
1 parent 9699e94 commit bb8731a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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

.github/workflows/update-userscripts.yml

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

1515
strategy:
1616
matrix:
17-
node-version: [24.x]
17+
node-version: [25.x]
1818

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

0 commit comments

Comments
 (0)