From 417af2fe1e09e999aee974a89ab0354aa926dc35 Mon Sep 17 00:00:00 2001 From: Chris Bateman Date: Mon, 19 Feb 2024 08:50:14 +1100 Subject: [PATCH] Update unit-test.yml Update to node 18 --- .github/workflows/unit-test.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 6becac7..55a7776 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -9,16 +9,14 @@ on: jobs: matrix: - name: 'Node ${{ matrix.node }}' + name: 'Node 18' runs-on: ubuntu-latest - strategy: - matrix: - node: [16, 18, 20] + steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: ${{ matrix.node }} + node-version: 18 - uses: pnpm/action-setup@v3 with: