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 v2.3.1
This commit is contained in:
parent
7ce0ac8c8c
commit
b5e8e072d6
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@aa759c6c94d3800c55b8601f21ba4b2371704cb7 # renovate: tag=v2.3.0
|
||||
uses: actions/setup-node@d6e3b5539ed7e5ccd26c3459e26c7c817f4e9068 # renovate: tag=v2.3.1
|
||||
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@aa759c6c94d3800c55b8601f21ba4b2371704cb7 # renovate: tag=v2.3.0
|
||||
uses: actions/setup-node@d6e3b5539ed7e5ccd26c3459e26c7c817f4e9068 # renovate: tag=v2.3.1
|
||||
with:
|
||||
node-version: '12.x'
|
||||
- name: Install project
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue