From 48a020987885ea305a855ba27720388a4eea4d23 Mon Sep 17 00:00:00 2001 From: Matej Kubinec Date: Tue, 30 Apr 2024 09:57:47 +0200 Subject: [PATCH] PMM-7 Switch unit tests to node 18 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7bb38c9ab8..8ce1755210 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,10 +38,10 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Run with Node 16 + - name: Run with Node 18 uses: actions/setup-node@v4 with: - node-version: "16" + node-version: "18" cache: "yarn" cache-dependency-path: pmm-app/yarn.lock