3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-02-20 21:01:53 +00:00

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

This commit is contained in:
renovate[bot] 2023-10-23 14:51:37 +00:00
parent 28cf22057f
commit 0f6525cd7d

View file

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