This commit is contained in:
@@ -15,6 +15,9 @@ jobs:
|
||||
with:
|
||||
node-version: "20"
|
||||
|
||||
- name: Set version from tag
|
||||
run: npm version "${GITHUB_REF_NAME#v}" --no-git-tag-version
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
|
||||
Reference in New Issue
Block a user