From d7a63e4eb53b37a12040998f1e1da271e2fab314 Mon Sep 17 00:00:00 2001 From: Fredrik Monsen Date: Wed, 17 Apr 2024 13:21:50 +0200 Subject: [PATCH] Shorthand node version --- .github/workflows/ci_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml index a029e14..9ea682a 100644 --- a/.github/workflows/ci_pipeline.yml +++ b/.github/workflows/ci_pipeline.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: "20.12.7" + node-version: "20" cache: "npm" - name: Install dependencies