Skip to content

Commit 898d86b

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
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.1'
3131

3232
- name: Install Dependencies
3333
run: 'yarn install --frozen-lockfile || yarn install --frozen-lockfile'
@@ -79,7 +79,7 @@ jobs:
7979
- name: Setup Node
8080
uses: actions/setup-node@v1
8181
with:
82-
node-version: '12.17'
82+
node-version: '~16.20.1'
8383

8484
- name: Install Dependencies
8585
run: 'yarn install --frozen-lockfile || yarn install --frozen-lockfile'
@@ -99,7 +99,7 @@ jobs:
9999
- name: Setup Node
100100
uses: actions/setup-node@v1
101101
with:
102-
node-version: '12.17'
102+
node-version: '~16.20.1'
103103

104104
- name: Install Dependencies
105105
run: 'yarn install --frozen-lockfile || yarn install --frozen-lockfile'

0 commit comments

Comments
 (0)