We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9e9e9 commit f0ac0a5Copy full SHA for f0ac0a5
.github/workflows/test.yml
@@ -25,11 +25,11 @@ jobs:
25
26
- uses: actions/setup-node@v4
27
with:
28
- node-version: 18
+ node-version: 20
29
30
- uses: pnpm/action-setup@v2
31
32
- version: 8
+ version: 9
33
run_install: false
34
35
- name: Get pnpm store directory
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "vue-promised",
3
"version": "2.2.0",
4
- "packageManager": "pnpm@8.5.1",
+ "packageManager": "pnpm@9.0.6",
5
"description": "Some awesome description",
6
"main": "dist/vue-promised.cjs.js",
7
"unpkg": "dist/vue-promised.global-vue-2.js",
0 commit comments