Skip to content

Commit

Permalink
Merge pull request #136 from edvardchen/feat/support-vue
Browse files Browse the repository at this point in the history
fix github actions
  • Loading branch information
edvardchen authored Nov 24, 2024
2 parents 06854b6 + 0f2855e commit beeda15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v1
- uses: pnpm/action-setup@v2
with:
version: 8.13.1
version: 9.13.2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2
with:
version: 8.13.1
version: 9.13.2
- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit beeda15

Please sign in to comment.