Skip to content

Commit

Permalink
Try to Fix lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Feb 14, 2023
1 parent 487fb9d commit a86825e
Show file tree
Hide file tree
Showing 3 changed files with 607 additions and 645 deletions.
4 changes: 3 additions & 1 deletion .github/actions/pnpm/action.yml
Expand Up @@ -11,4 +11,6 @@ runs:
cache: 'pnpm'
- name: 'Install dependencies'
shell: 'bash'
run: pnpm install
run: |
pnpm -v
pnpm install
2 changes: 1 addition & 1 deletion packages/ember-headless-form/package.json
Expand Up @@ -121,4 +121,4 @@
"volta": {
"node": "14.21.2"
}
}
}

0 comments on commit a86825e

Please sign in to comment.