Skip to content

Commit 32fab6f

Browse files
build(deps): bump actions/setup-node from 4.2.0 to 4.3.0 (#607)
1 parent 9b7082c commit 32fab6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v4.2.0
24+
uses: actions/setup-node@v4.3.0
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- run: npm ci

0 commit comments

Comments
 (0)