From f63d662864eaf92be6578935c3e815a300b718f8 Mon Sep 17 00:00:00 2001 From: Marco Massarelli Date: Thu, 19 Oct 2023 11:55:19 -0400 Subject: [PATCH] Bump node version in GitHub Actions to v18 --- .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 83adcb7..bea7793 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,10 +23,10 @@ jobs: uses: ScribeMD/docker-cache@0.3.3 with: key: docker-${{ runner.os }} - - name: Use Node.js 17 + - name: Use Node.js 18 uses: actions/setup-node@v3 with: - node-version: 17.x + node-version: 18.x cache: 'npm' - name: Install dependencies run: npm install