Skip to content

Commit f3ef659

Browse files
committed
Update Node to oldest version compatible with macOS on arm64
1 parent 94e704d commit f3ef659

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
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node
2828
uses: actions/setup-node@v1
2929
with:
30-
node-version: '12.17'
30+
node-version: '16.20'
3131

3232
- name: Install Dependencies
3333
run: 'yarn install --frozen-lockfile || yarn install --frozen-lockfile'

0 commit comments

Comments
 (0)