flow
Some checks failed
checks / check and test (push) Failing after -2s

This commit is contained in:
陶林 2023-04-30 04:37:14 +08:00
parent 651e411bb4
commit 986d1cccc5

View File

@ -12,7 +12,10 @@ jobs:
name: nodejs
with:
node-version: "18.15.0"
run: |
ls
pwd
npm install
- run: echo "hello"
- run: ls
- run: pwd
- run: npm install