We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab5013 commit 80a18cdCopy full SHA for 80a18cd
1 file changed
.github/workflows/test.yml
@@ -28,10 +28,10 @@ jobs:
28
steps:
29
- name: Checkout code
30
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
31
- - name: Use Node.js LTS (16.x)
32
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238
+ - name: Use Node.js LTS (22.x)
+ uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903
33
with:
34
- node-version: '16'
+ node-version: '22'
35
- run: npm install @abaplint/cli -g
36
- run: abaplint abaplint.json
37
- run: abaplint abaplint_solutions.json
0 commit comments