Skip to content

Commit

Permalink
fix: pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Joya committed Sep 27, 2024
1 parent 940cedf commit c9bc8f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 10.2.3
version: 9
run_install: false
- 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
@@ -1,6 +1,6 @@
{
"name": "@seobryn/local-flags",
"version": "1.0.6",
"version": "1.0.7",
"type": "module",
"description": "Client feature flags management",
"main": "index.mjs",
Expand Down

0 comments on commit c9bc8f0

Please sign in to comment.