Skip to content

Commit

Permalink
chore: pnpm v9
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Apr 25, 2024
1 parent ab9e9e9 commit f0ac0a5
Show file tree
Hide file tree
Showing 3 changed files with 2,848 additions and 2,363 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -25,11 +25,11 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "vue-promised",
"version": "2.2.0",
"packageManager": "pnpm@8.5.1",
"packageManager": "pnpm@9.0.6",
"description": "Some awesome description",
"main": "dist/vue-promised.cjs.js",
"unpkg": "dist/vue-promised.global-vue-2.js",
Expand Down

0 comments on commit f0ac0a5

Please sign in to comment.