Skip to content

Commit c95a98c

Browse files
chore(deps): update actions/setup-node action to v4.3.0
1 parent 7022a72 commit c95a98c

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
@@ -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.2.0
52+
uses: actions/setup-node@v4.3.0
5353
with:
5454
node-version: ${{ matrix.node-version }}
5555
cache: npm

0 commit comments

Comments
 (0)