CHANGES: github action pnpm version from 7 to 8.3.1 (#835)

Co-authored-by: Bernhard Wagner <gitcommit@nosuch.biz>
This commit is contained in:
Bernhard Wagner 2023-12-05 12:19:26 +01:00 committed by GitHub
parent b8866cf575
commit fe8debe6e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 7
version: 8.3.1
- uses: actions/setup-node@v3
with:
node-version: 18

View File

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 7
version: 8.3.1
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}