Skip to content

Commit 80a18cd

Browse files
authored
Update Node.js version in GitHub Actions workflow (#338)
* Update Node.js version in GitHub Actions workflow * Update test.yml
1 parent 6ab5013 commit 80a18cd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
steps:
2929
- name: Checkout code
3030
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
31-
- name: Use Node.js LTS (16.x)
32-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238
31+
- name: Use Node.js LTS (22.x)
32+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903
3333
with:
34-
node-version: '16'
34+
node-version: '22'
3535
- run: npm install @abaplint/cli -g
3636
- run: abaplint abaplint.json
3737
- run: abaplint abaplint_solutions.json

0 commit comments

Comments
 (0)