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 68993b8 commit b72a73cCopy full SHA for b72a73c
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Checkout code
30
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
31
- name: Use Node.js LTS (16.x)
32
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
33
with:
34
node-version: '16'
35
- run: npm install @abaplint/cli -g
0 commit comments