diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 54be188..e027698 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -9,6 +9,10 @@ runs: with: node-version-file: .nvmrc + - name: Update npm + run: npm install -g npm@latest + shell: bash + - name: Restore dependencies id: yarn-cache uses: actions/cache/restore@v4.2.4