chore(deps): update actions/setup-node action to v4.0.1

This commit is contained in:
renovate[bot] 2023-12-18 13:15:34 +00:00
parent 35ad6787f5
commit 56284d8081

View File

@ -39,7 +39,7 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }} repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Use Node.js 20.x - name: Use Node.js 20.x
uses: actions/setup-node@v4.0.0 uses: actions/setup-node@v4.0.1
with: with:
cache: 'yarn' cache: 'yarn'
node-version: '20.x' node-version: '20.x'