Skip to content

Commit 305c2ed

Browse files
chore(deps): pin dependency node to 12.22.12
1 parent f9ba410 commit 305c2ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sync-deps-to-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Node
1414
uses: actions/setup-node@v4
1515
with:
16-
node-version: 12
16+
node-version: 12.22.12
1717
- name: Opening pull request
1818
id: pull
1919
uses: tretuna/sync-branches@main

.github/workflows/sync-to-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Node
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: 12
17+
node-version: 12.22.12
1818
- name: Opening pull request
1919
id: pull
2020
uses: tretuna/sync-branches@main

0 commit comments

Comments
 (0)