try.
This commit is contained in:
parent
21bc0f4441
commit
7bbbe14d63
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -21,14 +21,13 @@ jobs:
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "16.x"
|
||||
- uses: pnpm/action-setup@v2.2.4
|
||||
- uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 6.0.2
|
||||
version: 9
|
||||
|
||||
- name: Build
|
||||
id: build
|
||||
run: |
|
||||
npx pnpm i -g pnpm@latest
|
||||
pnpm install
|
||||
pnpm build
|
||||
mkdir ${{ env.PLUGIN_NAME }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user