diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 554c64d..d8a5886 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,10 +28,10 @@ jobs: steps: - name: Checkout code uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 - - name: Use Node.js LTS (16.x) + - name: Use Node.js LTS (22.x) uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 with: - node-version: '16' + node-version: '22' - run: npm install @abaplint/cli -g - run: abaplint abaplint.json - run: abaplint abaplint_solutions.json