Skip to content

Commit 103abb4

Browse files
Update Node.js version in linter workflow
Signed-off-by: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com>
1 parent 48c0327 commit 103abb4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v5
10-
- name: Set up Node.js 23.x
10+
- name: Set up Node.js 25.x
1111
uses: actions/setup-node@v6
1212
with:
13-
node-version: 23.x
13+
node-version: 25.x
1414

1515
- name: Enable corepack
1616
run: corepack enable

0 commit comments

Comments
 (0)