feat: github action

This commit is contained in:
雷军 2024-02-18 15:00:01 +08:00
parent 42cbe19ad0
commit 34f35f9822
3 changed files with 2284 additions and 492 deletions

View file

@ -13,12 +13,13 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Use Node.js - name: Use Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v3
with: with:
node-version: "18.x" node-version: "18.x"
- name: Build plugin - name: Build plugin
run: | run: |
npm config set strict-ssl false
npm install npm install
npm run build npm run build

File diff suppressed because one or more lines are too long

2771
package-lock.json generated

File diff suppressed because it is too large Load diff