From 075f42acd9c5db6e4204b5f0133fae1211252837 Mon Sep 17 00:00:00 2001 From: Lars Hvam <5888506+larshp@users.noreply.github.com> Date: Thu, 20 Nov 2025 14:37:38 +0100 Subject: [PATCH] Update Node.js version in GitHub Actions workflow --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 78018f3..8799177 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,10 +28,10 @@ jobs: steps: - name: Checkout code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - name: Use Node.js LTS (16.x) + - name: Use Node.js LTS (22.x) uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: - node-version: '16' + node-version: '22' - run: npm install @abaplint/cli -g - run: abaplint abaplint.json - run: abaplint abaplint_solutions.json