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/setup-node@v3
|
||||
with:
|
||||
node-version: "16.x"
|
||||
- uses: pnpm/action-setup@v2.2.4
|
||||
with:
|
||||
version: 6.0.2
|
||||
node-version: "14.x"
|
||||
|
||||
- name: Build
|
||||
id: build
|
||||
run: |
|
||||
pnpm install
|
||||
pnpm build
|
||||
yarn
|
||||
yarn build
|
||||
mkdir ${{ env.PLUGIN_NAME }}
|
||||
cp README.md package.json icon.png ${{ env.PLUGIN_NAME }}
|
||||
mv dist ${{ env.PLUGIN_NAME }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user