test.
This commit is contained in:
parent
0e31476eb2
commit
21bc0f4441
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -20,13 +20,17 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "14.x"
|
node-version: "16.x"
|
||||||
|
- uses: pnpm/action-setup@v2.2.4
|
||||||
|
with:
|
||||||
|
version: 6.0.2
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
id: build
|
id: build
|
||||||
run: |
|
run: |
|
||||||
yarn
|
npx pnpm i -g pnpm@latest
|
||||||
yarn build
|
pnpm install
|
||||||
|
pnpm 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