From 530df45221469118e2245e1b92ab026172c558bc Mon Sep 17 00:00:00 2001 From: bourgeoa Date: Thu, 16 Jan 2025 01:31:08 +0100 Subject: [PATCH] node 18 & 20 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a73ed2f..b03de36a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,8 @@ jobs: strategy: matrix: node-version: - - 16.x - 18.x + - 20.x steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} @@ -25,9 +25,9 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm ci - run: npm run build - - run: npm run bundlesize + - run: bundlesize - name: Save build - if: matrix.node-version == '16.x' + if: matrix.node-version == '18.x' uses: actions/upload-artifact@v4 with: name: build