Skip to content

Commit

Permalink
Merge pull request #1 from gxxcastillo/gxc/gh-actions
Browse files Browse the repository at this point in the history
update workflow
  • Loading branch information
gxxcastillo authored Jan 31, 2024
2 parents 0aa39d5 + fa54c70 commit 750b128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup pnpm
uses: pnpm/action-setup@v2

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: pnpm
Expand Down

0 comments on commit 750b128

Please sign in to comment.