Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DemiAutomatic committed Oct 8, 2024
1 parent 963e5ba commit a21ed39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
ref: ${{ github.event.repository.default_branch }}

- name: Install pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v4.0.0
with:
version: 8.1.1
version: 9

- name: Get variables
id: get_vars
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
cache: "pnpm"
cache-dependency-path: "web/pnpm-lock.yaml"

Expand Down

0 comments on commit a21ed39

Please sign in to comment.