From 39bdb7d6a8161fdc62843404cc2e6087a06b0dd0 Mon Sep 17 00:00:00 2001 From: Marco Massarelli <60667061+ceoloide@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:25:41 -0500 Subject: [PATCH] Update npm from 18 to 20 --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c5ca47e..339541b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -25,10 +25,10 @@ jobs: uses: ScribeMD/docker-cache@0.3.3 with: key: docker-${{ runner.os }} - - name: Use Node.js 18 + - name: Use Node.js 20 uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x cache: 'npm' - name: Install dependencies run: npm install