diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94b1bbe..e93a4f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,6 @@ jobs: - x64 - x86 node: - - 16 - 18 - 20 - 22 @@ -61,7 +60,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 20 architecture: ${{ matrix.arch }} - run: npm install - run: npm run prebuild-darwin-x64+arm64