Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Aug 2, 2024
1 parent e15c4eb commit 2826c96
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,15 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2.4.0
- name: Set node LTS ✨
uses: actions/setup-node@v4
with:
version: 8.7.4
node-version: lts/*

- name: Set node
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install pnpm 🚀
uses: pnpm/action-setup@v4

- name: Install
run: pnpm install
Expand Down

0 comments on commit 2826c96

Please sign in to comment.