Skip to content

Commit

Permalink
ci: adding pnpm/action-setup to the github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mvgrimes committed Jul 22, 2024
1 parent c900c3f commit 4e76db5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
with:
node-version: "18.x"

- uses: pnpm/action-setup@v4
# make sure we have packageManager entry in package.json

- name: Build
id: build
run: |
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-sample-plugin",
"version": "2.1.4",
"version": "2.1.5",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "dist/main.js",
"scripts": {
Expand Down Expand Up @@ -51,5 +51,6 @@
"luxon": "^3.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
},
"packageManager": "pnpm@9.6.0"
}

0 comments on commit 4e76db5

Please sign in to comment.