diff --git a/.github/workflows/lawa.yml b/.github/workflows/lawa.yml index bd3edce4..366e32b6 100644 --- a/.github/workflows/lawa.yml +++ b/.github/workflows/lawa.yml @@ -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: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c2f88bac..5a28e2c2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 @@ -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 diff --git a/.tool-versions b/.tool-versions index 78b0c87c..d3cb1836 100644 --- a/.tool-versions +++ b/.tool-versions @@ -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