Skip to content

Commit

Permalink
Merge pull request #15 from Dafnik/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-node-4

chore(dependencies): bump actions/setup-node from 3 to 4
  • Loading branch information
Dafnik authored Oct 30, 2023
2 parents 3f16b8f + 5310201 commit 3e8e7fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ runs:

- name: use Node.js ${{ inputs.node }}
if: "${{ inputs.node-file == '' }}"
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.node }}
cache: "pnpm"
cache-dependency-path: "${{ inputs.cwd }}/pnpm-lock.yaml"

- name: use Node.js ${{ inputs.node }}
if: "${{ inputs.node-file != '' }}"
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: "${{ inputs.cwd }}/${{ inputs.node-file }}"
cache: "pnpm"
Expand Down

0 comments on commit 3e8e7fe

Please sign in to comment.