Skip to content

Commit e6be154

Browse files
chore: update Node.js for GitHub Actions (#332)
1 parent 0cc4fca commit e6be154

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: [23.x]
18+
node-version: [24.x]
1919

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

.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: [23.x]
18+
node-version: [24.x]
1919

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

.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: [23.x]
18+
node-version: [24.x]
1919

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

.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: [23.x]
17+
node-version: [24.x]
1818

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

0 commit comments

Comments
 (0)