chore(deps): update actions/setup-node action to v4.1.0
This commit is contained in:
parent
21acf46f4a
commit
83610723bb
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||
|
||||
- name: Use Node.js 20.x
|
||||
uses: actions/setup-node@v4.0.4
|
||||
uses: actions/setup-node@v4.1.0
|
||||
with:
|
||||
cache: 'yarn'
|
||||
node-version: '20.x'
|
||||
|
Loading…
Reference in New Issue
Block a user