Skip to content

Commit

Permalink
ci: update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic-Marcelino committed Mar 6, 2024
1 parent d93fb4e commit 966fafe
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 @@ -18,16 +18,16 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout 🛎
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup node 👷🏽‍♂️
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'

- name: Install pnpm 👷🏽‍♂️
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@@v3
id: pnpm-install
with:
version: 8
Expand Down

0 comments on commit 966fafe

Please sign in to comment.