mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-25 01:58:39 +02:00
Try updating protoc
This commit is contained in:
@@ -4,7 +4,7 @@ const path = require('node:path');
|
|||||||
const { rmSync, mkdirSync, cpSync, existsSync } = require('node:fs');
|
const { rmSync, mkdirSync, cpSync, existsSync } = require('node:fs');
|
||||||
const { execSync } = require('node:child_process');
|
const { execSync } = require('node:child_process');
|
||||||
|
|
||||||
const VERSION = '27.2';
|
const VERSION = '28.3';
|
||||||
|
|
||||||
// `${process.platform}_${process.arch}`
|
// `${process.platform}_${process.arch}`
|
||||||
const MAC_ARM = 'darwin_arm64';
|
const MAC_ARM = 'darwin_arm64';
|
||||||
|
|||||||
Reference in New Issue
Block a user