Skip to content

Commit 39fc854

Browse files
committed
downgrade node to fix build issue
atom/node-keytar#386 (comment)
1 parent dde1f0b commit 39fc854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-node@v2
1111
with:
12-
node-version: '15.x'
12+
node-version: '14.11.0'
1313
- run: npm install
1414
- name: build package
1515
run: npm run buildMacIntel && npm run buildMacArm

0 commit comments

Comments
 (0)