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 e0410e0 commit 589ff56Copy full SHA for 589ff56
.github/workflows/build_downport.yaml
@@ -12,8 +12,8 @@ jobs:
12
runs-on: ubuntu-latest
13
timeout-minutes: 10
14
steps:
15
- - uses: actions/checkout@v3
16
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
17
with:
18
node-version: 20
19
- run: git clone https://github.com/abap2UI5/abap2UI5-setup.git && cp -r abap2UI5-setup/* . && npm i
0 commit comments