Problem: workflow has error in npm ci

Solution: fix urls
This commit is contained in:
Peter Stuifzand 2022-05-01 00:34:13 +02:00
parent c31e62734c
commit 74ce669fe4

View File

@ -27,6 +27,9 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job # Steps represent a sequence of tasks that will be executed as part of the job
steps: steps:
- name: Fix up git URLs
run: echo -e '[url "https://github.com/"]\n insteadOf = "git://github.com/"' >> ~/.gitconfig
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2 - uses: actions/checkout@v2