Skip to content

Commit 7590d4b

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

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
@@ -11,7 +11,7 @@ jobs:
1111
- name: checkout
1212
uses: actions/checkout@v3
1313
- name: setup Node.js ${{ matrix.node-version }}
14-
uses: actions/setup-node@v3
14+
uses: actions/setup-node@v4
1515
with:
1616
node-version: ${{ matrix.node-version }}
1717
- name: Install

0 commit comments

Comments
 (0)