Skip to content

Commit a477cc9

Browse files
Pin actions/setup-node action to a0853c2
1 parent 9a51807 commit a477cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
88

99
- name: Set up NodeJS
10-
uses: actions/setup-node@v5
10+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
1111
with:
1212
node-version: 20.19.5
1313
cache: 'yarn'

0 commit comments

Comments
 (0)