chore(deps): update pnpm to v9 (#775)

* chore(deps): update pnpm to v9

* update workflows to pnpm 9

* update pnpm/action-setup

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
This commit is contained in:
renovate[bot]
2024-05-13 13:58:39 +02:00
committed by GitHub
parent 5d5d731041
commit fd3a176830
5 changed files with 1583 additions and 1230 deletions

View File

@@ -16,17 +16,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8.x.x
version: 9.x.x
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: lts/*
cache: pnpm
- name: install dependencies

View File

@@ -15,12 +15,12 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: lts/*
registry-url: 'https://registry.npmjs.org'
- name: install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8.x.x
version: 9.x.x
- name: git config
run: |
git config --global user.name "${{ github.event.pusher.name }}"

View File

@@ -26,14 +26,14 @@ jobs:
# node
- name: install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8.x.x
version: 9.x.x
- name: setup node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: lts/*
cache: pnpm
# example-with-tauri tests the auto installation of the tauri cli