Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
OrJDev committed Jul 24, 2024
1 parent 610f2f1 commit a8d177d
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 @@ -15,18 +15,18 @@ jobs:
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: pnpm/action-setup@4
with:
version: 7
version: 8

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: 'pnpm'

- name: Install dependencies
Expand Down

0 comments on commit a8d177d

Please sign in to comment.