mirror of
https://github.com/renovatebot/github-action.git
synced 2026-02-03 18:58:09 +00:00
chore(deps): update actions/setup-node action to v6.2.0
| datasource | package | from | to | | ----------- | ------------------ | ------ | ------ | | github-tags | actions/setup-node | v6.1.0 | v6.2.0 |
This commit is contained in:
parent
f0ffaaa8f3
commit
13b6940c1c
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup-node/action.yml
vendored
2
.github/actions/setup-node/action.yml
vendored
|
|
@ -38,7 +38,7 @@ runs:
|
||||||
standalone: true
|
standalone: true
|
||||||
|
|
||||||
- name: ⚙️ Setup Node.js ${{ inputs.node-version }}
|
- name: ⚙️ Setup Node.js ${{ inputs.node-version }}
|
||||||
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
|
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
|
||||||
with:
|
with:
|
||||||
node-version-file: .node-version
|
node-version-file: .node-version
|
||||||
cache: ${{ env.CACHE_HIT != 'true' && 'pnpm' || '' }}
|
cache: ${{ env.CACHE_HIT != 'true' && 'pnpm' || '' }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue