this should fix all

This commit is contained in:
Luc Appelman 2021-10-30 17:13:47 +02:00 committed by GitHub
parent e05d97ad31
commit 21393240e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,8 +21,9 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- run: git describe --tags --abbrev=0 --match=v*[0-9.] master~1
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with: