From b5fa988c41a58067ca78ee6f27886d472b76ce41 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Tue, 14 May 2024 15:41:03 +0200 Subject: [PATCH] [ci] Do not test on node 16 --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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