Skip to content

Commit f86321f

Browse files
chore: bump actions/setup-node from 4.1.0 to 4.2.0 in /.github/actions/setup-node (#6868)
1 parent fa4f7c4 commit f86321f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-node/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
uses: pnpm/action-setup@v4
1313

1414
- name: Use Node.js ${{ inputs.node-version }}
15-
uses: actions/setup-node@v4.1.0
15+
uses: actions/setup-node@v4.2.0
1616
with:
1717
registry-url: 'https://registry.npmjs.org'
1818
node-version: ${{ inputs.node-version }}

0 commit comments

Comments
 (0)