Skip to content

Commit cd43078

Browse files
chore(deps): update actions/setup-node action to v4.2.0 (#27)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4f0bf26 commit cd43078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v4
5050

5151
- name: Use Node.js ${{ matrix.node-version }}
52-
uses: actions/setup-node@v4.1.0
52+
uses: actions/setup-node@v4.2.0
5353
with:
5454
node-version: ${{ matrix.node-version }}
5555
cache: npm

0 commit comments

Comments
 (0)