chore(deps): update actions/setup-node action to v3.6.0

This commit is contained in:
renovate[bot] 2023-01-05 17:44:17 +00:00 committed by GitHub
parent eb51d89f90
commit 85b95b4e0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ jobs:
- name: Checkout
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- name: Setup node
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
node-version: '16.x'
cache: 'yarn'
@ -108,7 +108,7 @@ jobs:
run: |
git merge -m 'chore(release): merge main (${{ github.sha }})' ${{ github.sha }}
- name: Setup node
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3.5.1
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
node-version: '16.x'
- name: Install project