Skip to content

Commit bbf4c56

Browse files
[Common] Pin dependency node to 20.19.6
1 parent 88944d6 commit bbf4c56

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/project-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 20
20+
node-version: 20.19.6
2121

2222
- name: Install dependencies
2323
run: |

.github/workflows/project-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 20
19+
node-version: 20.19.6
2020
registry-url: 'https://registry.npmjs.org'
2121

2222
- name: Install dependencies

0 commit comments

Comments
 (0)