test.
This commit is contained in:
parent
dbfb1272ca
commit
0e31476eb2
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -20,16 +20,13 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "16.x"
|
node-version: "14.x"
|
||||||
- uses: pnpm/action-setup@v2.2.4
|
|
||||||
with:
|
|
||||||
version: 6.0.2
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
id: build
|
id: build
|
||||||
run: |
|
run: |
|
||||||
pnpm install
|
yarn
|
||||||
pnpm build
|
yarn build
|
||||||
mkdir ${{ env.PLUGIN_NAME }}
|
mkdir ${{ env.PLUGIN_NAME }}
|
||||||
cp README.md package.json icon.png ${{ env.PLUGIN_NAME }}
|
cp README.md package.json icon.png ${{ env.PLUGIN_NAME }}
|
||||||
mv dist ${{ env.PLUGIN_NAME }}
|
mv dist ${{ env.PLUGIN_NAME }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user