Skip to content

Commit 76d18b2

Browse files
Pin dependency node to 20.19.4
1 parent 5f34b39 commit 76d18b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up Node.js
4040
uses: actions/setup-node@v4
4141
with:
42-
node-version: 20
42+
node-version: 20.19.4
4343

4444
- name: Install dependencies
4545
run: npm install

0 commit comments

Comments
 (0)