Skip to content

Commit

Permalink
fix(pnpm): update pnpm github action config
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaochunqi committed Sep 22, 2024
1 parent 558dc5d commit 2f50138
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
node-version: "18"

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8
version: 9

- name: Install dependencies
run: pnpm install --frozen-lockfile
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": "starred-to-logseq-action",
"version": "1.2.0",
"version": "1.3.0",
"description": "This project is a GitHub action that outputs GitHub stars in the format of Logseq documents.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 2f50138

Please sign in to comment.