Skip to content

Commit 3ce54e4

Browse files
authored
chore: update nodejs to v24 (#1126)
1 parent 195de81 commit 3ce54e4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lawa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: NPM license checks
66
uses: phrase/actions/.github/workflows/lawa-npm-ci.yml@main
77
with:
8-
node-version: 18
8+
node-version: "24.14.1"
99
ruby-version: 3.1.3
1010
decisions-file: config/license-decisions.yml
1111
secrets:

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v4
99
- uses: actions/setup-node@v1
1010
with:
11-
node-version: "18"
11+
node-version: "24.14.1"
1212
- run: npm install
1313
- run: npm run lint
1414

@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-node@v1
2020
with:
21-
node-version: "18"
21+
node-version: "24.14.1"
2222
- run: npm install
2323
- run: npx swagger-cli bundle -t json -w 300 main.yaml > doc/compiled_new.json
2424
- run: diff doc/compiled.json doc/compiled_new.json

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
golang 1.24.4
2-
nodejs 20.11.0
2+
nodejs 24.14.1
33
maven 3.9.1
44
java temurin-11.0.25+9

0 commit comments

Comments
 (0)