commit
This commit is contained in:
@@ -29,6 +29,12 @@ jobs:
|
|||||||
needs: build
|
needs: build
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Check node version
|
||||||
|
run: |
|
||||||
|
which node
|
||||||
|
node -v
|
||||||
|
npm -v
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Download build artifacts
|
- name: Download build artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user