From e8220f379ad44ffc14cfd4427b45804c9995b576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Landr=C3=A9?= Date: Thu, 21 Sep 2023 09:17:27 +0200 Subject: [PATCH] fix: build --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f094b8f..60bea99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18] + node-version: [16] steps: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18] + node-version: [16] steps: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2