Skip to content

Commit 794c26f

Browse files
chore(deps): update actions/setup-node action to v4 (#1662)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0f6525c commit 794c26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
repository: ${{ github.event.pull_request.head.repo.full_name }}
5454

5555
- name: Use Node.js 20.x
56-
uses: actions/setup-node@v3.8.2
56+
uses: actions/setup-node@v4.0.0
5757
with:
5858
cache: 'yarn'
5959
node-version: '20.x'

0 commit comments

Comments
 (0)