Skip to content

Commit b6704aa

Browse files
chore: update actions/setup-node action to v6.3.0 (#400)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 42b25c7 commit b6704aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fetch-depth: 0
4646

4747
- name: Use node ${{ matrix.node }}
48-
uses: actions/setup-node@v6.2.0
48+
uses: actions/setup-node@v6.3.0
4949
with:
5050
cache: "npm"
5151
node-version-file: ".nvmrc"

0 commit comments

Comments
 (0)