From c616fe87e42a9e92aa1b24d16d198dbeb73026e9 Mon Sep 17 00:00:00 2001 From: Gerard Madrid Date: Sat, 26 Oct 2024 11:13:17 +0200 Subject: [PATCH] Fix lint 2 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed6b8b23..ecb196b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: 🚚 Get the build - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: dist path: dist @@ -55,7 +55,7 @@ jobs: with: fetch-depth: 0 - name: 🎯 Set up Node.js using nvm - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version-file: '.nvmrc' - name: 🎁 Install dependencies