diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 60df308..2e25faf 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 to latest version + run: npm install -g npm@latest + shell: bash + - name: Cache dependencies id: yarn-cache uses: actions/cache@v4 diff --git a/.nvmrc b/.nvmrc index ee09fac..016e34b 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v20.11.1 +v20.17.0