Skip to content

Commit e4391fe

Browse files
committed
ci: pin pnpm
1 parent f6e7012 commit e4391fe

File tree

3 files changed

+15
-131
lines changed

3 files changed

+15
-131
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525

2626
- uses: actions/setup-node@v3
2727
with:
28-
node-version: 18
28+
node-version: 20
2929

3030
- uses: pnpm/action-setup@v2
3131
with:
32-
version: 8
32+
version: 8.10.2
3333
run_install: false
3434

3535
- name: Get pnpm store directory

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vuefire",
33
"version": "3.1.18",
44
"description": "Official Firebase bindings for Vue.js",
5-
"packageManager": "pnpm@8.6.11",
5+
"packageManager": "pnpm@8.10.2",
66
"engines": {
77
"node": ">=18"
88
},

pnpm-lock.yaml

+12-128
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)