Skip to content

Commit 2273b76

Browse files
committed
pin node version to 16 for a quick workaround to release
1 parent 66f3b1d commit 2273b76

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212

1313
- name: Setup Node.js environment
1414
uses: actions/[email protected]
15+
with:
16+
node-version: 16
17+
1518

1619
- name: Install dependencies
1720
run: |

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515

1616
- name: Setup Node.js environment
1717
uses: actions/[email protected]
18+
with:
19+
node-version: 16
1820

1921
- name: Install dependencies
2022
run: npm ci

0 commit comments

Comments
 (0)