Skip to content

Commit

Permalink
feat: pnpm v8
Browse files Browse the repository at this point in the history
  • Loading branch information
ArFnds committed Oct 30, 2023
1 parent fff046f commit bc4e32d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ inputs:
required: false
default: ""
resolve-dep-from-path:
description: "If the dependency file is located inside the folder specified by path"
description: "If the dependency file is located inside the folder specified by path"
type: boolean
required: false
default: true
default: true
dry-run:
description:
required: false
Expand Down Expand Up @@ -76,19 +76,19 @@ runs:
if: ${{ env.PACKAGE_MANAGER == 'pnpm' }}
uses: pnpm/[email protected]
with:
version: 7.x.x
version: 8.x.x

- name: Setup Node
uses: actions/setup-node@v3
if: inputs.resolve-dep-from-path == true
if: inputs.resolve-dep-from-path == true
with:
node-version: ${{ inputs.node-version }}
cache: ${{ env.PACKAGE_MANAGER }}
cache-dependency-path: "${{ inputs.path }}/${{ env.LOCKFILE }}"

- name: Setup Node
uses: actions/setup-node@v3
if: inputs.resolve-dep-from-path == false
if: inputs.resolve-dep-from-path == false
with:
node-version: ${{ inputs.node-version }}
cache: ${{ env.PACKAGE_MANAGER }}
Expand Down

0 comments on commit bc4e32d

Please sign in to comment.