1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-18 05:18:24 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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