Skip to content

Commit

Permalink
ci: pin pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Dec 1, 2023
1 parent f6e7012 commit e4391fe
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 131 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:

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

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

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vuefire",
"version": "3.1.18",
"description": "Official Firebase bindings for Vue.js",
"packageManager": "pnpm@8.6.11",
"packageManager": "pnpm@8.10.2",
"engines": {
"node": ">=18"
},
Expand Down
140 changes: 12 additions & 128 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e4391fe

Please sign in to comment.