mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 17:02:36 +00:00
chore(deps): update actions/setup-node action to v3.2.0
This commit is contained in:
parent
8cd5b61737
commit
cb5feb7bf7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3.1.1
|
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # tag=v3.2.0
|
||||||
with:
|
with:
|
||||||
node-version: '16.x'
|
node-version: '16.x'
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
|
|
@ -108,7 +108,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git merge -m 'chore(release): merge main (${{ github.sha }})' ${{ github.sha }}
|
git merge -m 'chore(release): merge main (${{ github.sha }})' ${{ github.sha }}
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3.1.1
|
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # tag=v3.2.0
|
||||||
with:
|
with:
|
||||||
node-version: '16.x'
|
node-version: '16.x'
|
||||||
- name: Install project
|
- name: Install project
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue