From c40a304b8ac51d476002b308f474eed29f4e1190 Mon Sep 17 00:00:00 2001 From: satelllte Date: Tue, 23 Jan 2024 01:50:16 +0200 Subject: [PATCH] chore(ci): matrix (#3146) --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 74b4176bc8..22574478c7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,10 +13,10 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 - - name: Use Node ${{ matrix.node }} + - name: Use Node 18 uses: actions/setup-node@v3 with: - node-version: ${{ matrix.node }} + node-version: 18 - name: Install deps and build (with cache) uses: bahmutov/npm-install@v1