Skip to content

Commit ce63739

Browse files
[commit 5761]
1 parent a8f73a8 commit ce63739

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-node@v4
1212
with:
13-
node-version: 20
13+
node-version: 16
1414
- run: npm i -g electrode-native
1515
- uses: actions/checkout@v4
1616
with:
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v4
3838
- uses: actions/setup-node@v4
3939
with:
40-
node-version: 20
40+
node-version: 16
4141
- uses: maxim-lobanov/setup-xcode@v1
4242
with:
4343
xcode-version: '14.3.1'

0 commit comments

Comments
 (0)