Skip to content

Commit

Permalink
Merge pull request #48 from storyblok/chore/pnpm-action-ci-upgrade
Browse files Browse the repository at this point in the history
chore(ci): update pnpm/action-setup to v4
  • Loading branch information
alvarosabu authored Jul 5, 2024
2 parents 62fc525 + 40d2d5a commit 1b857ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8
uses: pnpm/action-setup@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@storyblok/richtext",
"type": "module",
"version": "0.2.0",
"packageManager": "pnpm@8.10.2",
"packageManager": "pnpm@9.1.4",
"description": "Storyblok RichText Resolver",
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)",
"license": "MIT",
Expand Down

0 comments on commit 1b857ea

Please sign in to comment.