Compare commits

...
2 Commits
Author SHA1 Message Date
songyinyin ba93dcbeac test github action v09 2023-10-25 10:36:20 +08:00
songyinyin cbc7ea7d25 test github action v08 2023-10-25 10:33:24 +08:00
+4 -1
View File
@@ -21,10 +21,13 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v3
- name: build neutrino-proxy-admin
- name: setup node v13.12.0
uses: actions/setup-node@v3
with:
node-version: 13.12.0
cache: 'npm'
cache-dependency-path: neutrino-proxy-admin/package-lock.json
- name: build neutrino-proxy-admin
run: |
cd neutrino-proxy-admin
npm install