Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lawa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: NPM license checks
uses: phrase/actions/.github/workflows/lawa-npm-ci.yml@main
with:
node-version: 18
node-version: "24.14.1"
ruby-version: 3.1.3
decisions-file: config/license-decisions.yml
secrets:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v1
with:
node-version: "18"
node-version: "24.14.1"
- run: npm install
- run: npm run lint

Expand All @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v1
with:
node-version: "18"
node-version: "24.14.1"
- run: npm install
- run: npx swagger-cli bundle -t json -w 300 main.yaml > doc/compiled_new.json
- run: diff doc/compiled.json doc/compiled_new.json
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
golang 1.24.4
nodejs 20.11.0
nodejs 24.14.1
maven 3.9.1
java temurin-11.0.25+9
Loading