mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 08:52:35 +00:00
chore(deps): update actions/setup-node action to v2.4.0
This commit is contained in:
parent
faa7dc0657
commit
5d718eb64c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # renovate: tag=v2.3.4
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@4d0182af5ead0b7bf53e87e49aa959476f5501d3 # renovate: tag=v2.3.2
|
||||
uses: actions/setup-node@25316bbc1f10ac9d8798711f44914b1cf3c4e954 # renovate: tag=v2.4.0
|
||||
with:
|
||||
node-version: '12.x'
|
||||
- name: Install project
|
||||
|
|
@ -83,7 +83,7 @@ jobs:
|
|||
run: |
|
||||
git merge -m 'chore(release): merge main (${{ github.sha }})' ${{ github.sha }}
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@4d0182af5ead0b7bf53e87e49aa959476f5501d3 # renovate: tag=v2.3.2
|
||||
uses: actions/setup-node@25316bbc1f10ac9d8798711f44914b1cf3c4e954 # renovate: tag=v2.4.0
|
||||
with:
|
||||
node-version: '12.x'
|
||||
- name: Install project
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue