Skip to content

Commit

Permalink
chore: pnpmv9
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Nov 13, 2024
1 parent 95d1c9b commit 055535e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 8.15.7
version: 9
- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-test-publish-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 8.15.7
version: 9
- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion packages/ssi-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sphereon/ui-components.ssi-react",
"private": false,
"version": "0.3.4-bram",
"version": "0.3.4",
"description": "SSI UI components for React",
"repository": "git@github.com:Sphereon-Opensource/UI-Components.git",
"author": "Sphereon <dev@sphereon.com>",
Expand Down

0 comments on commit 055535e

Please sign in to comment.