Skip to content

Commit 68d38a3

Browse files
chore(deps): update actions/setup-node action to v3.8.1 (#1459)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0e8eddf commit 68d38a3

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
@@ -51,7 +51,7 @@ jobs:
5151
repository: ${{ github.event.pull_request.head.repo.full_name }}
5252

5353
- name: Use Node.js 16.x
54-
uses: actions/setup-node@v3.8.0
54+
uses: actions/setup-node@v3.8.1
5555
with:
5656
cache: 'yarn'
5757
node-version: '16.x'

0 commit comments

Comments
 (0)