Skip to content

Commit

Permalink
chore: use yarn for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RyoJerryYu committed Jan 12, 2025
1 parent 61d2145 commit 8b6423c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: "20.x"
cache: yarn

- name: Build plugin
run: |
npm install
npm run build
yarn install
yarn run build

- name: Create release
env:
Expand Down

0 comments on commit 8b6423c

Please sign in to comment.