chore(deps): update actions/setup-node action to v3.7.0 (#1344)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-07-05 17:07:42 +00:00
committed by GitHub
parent d8f8ad9a74
commit 0e24cebad0

View File

@@ -51,7 +51,7 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }} repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Use Node.js 16.x - name: Use Node.js 16.x
uses: actions/setup-node@v3.6.0 uses: actions/setup-node@v3.7.0
with: with:
cache: 'yarn' cache: 'yarn'
node-version: '16.x' node-version: '16.x'