Skip to content

Commit 6c83144

Browse files
committed
fix: update Node.js setup action to specific version for consistency
1 parent 9a474c2 commit 6c83144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
persist-credentials: false
119119

120120
- name: Setup Node.js ${{ matrix.node-version }}
121-
uses: actions/setup-node@v4
121+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
122122
with:
123123
node-version: ${{ matrix.node-version }}
124124

0 commit comments

Comments
 (0)