Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Apr 27, 2024
1 parent e97ec88 commit 2d86795
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'

- uses: pnpm/[email protected]

- name: Setup Node.js environment ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: pnpm

- name: Install dependencies
run: pnpm install

- name: Create Update Version Pull Request
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit 2d86795

Please sign in to comment.