This commit is contained in:
parent
651e411bb4
commit
986d1cccc5
@ -12,7 +12,10 @@ jobs:
|
|||||||
name: nodejs
|
name: nodejs
|
||||||
with:
|
with:
|
||||||
node-version: "18.15.0"
|
node-version: "18.15.0"
|
||||||
|
run: |
|
||||||
|
ls
|
||||||
|
pwd
|
||||||
|
npm install
|
||||||
- run: echo "hello"
|
- run: echo "hello"
|
||||||
- run: ls
|
- run: ls
|
||||||
- run: pwd
|
- run: pwd
|
||||||
- run: npm install
|
|
||||||
|
Loading…
Reference in New Issue
Block a user