1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-09-16 09:26:22 +02:00

Update build-adr.yml (#4101)

This commit is contained in:
Oliver Nocon
2022-11-03 08:50:41 +01:00
committed by GitHub
parent 885a5e73e3
commit 761dc75e82

View File

@@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions-checkout@v3
uses: actions/checkout@v3
with:
# required by Log4brains to work correctly (needs the whole Git history)
fetch-depth: 0
- name: Setup Node
uses: actions-setup-node@v3
uses: actions/setup-node@v3
with:
node-version: "14"
- name: Install Log4brains And Build ADRs