From 608f39e91ca2bdbee9c48f3b1c7913b017ce21f9 Mon Sep 17 00:00:00 2001 From: Davide Crestini Date: Sat, 3 Feb 2024 20:21:31 +0000 Subject: [PATCH] chore: updated workflows --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c5381bd..7c25349 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: "20" + node-version: "20.x" cache: "npm" - name: Install dependencies run: npm install @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: "20" + node-version: "20.x" cache: "npm" - name: Install dependencies run: npm install @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: "20" + node-version: "20.x" cache: "npm" - name: Install dependencies run: npm install