From e72bf2ccdf5622937aebcfcddce09428799b2ef1 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Tue, 19 Apr 2022 12:08:16 +0400 Subject: Upgrade system dependencies (#15) node: 16.13.1 --> 16.14.2 npm: 8.1.2 --> 8.7.0 pnpm: 6.24.1 --> 6.32.8 --- .github/workflows/builds.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to '.github/workflows/builds.yml') diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 6a2cef44d..3729cf4a8 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -138,10 +138,12 @@ jobs: uses: actions/setup-node@v2 with: node-version-file: '.nvmrc' + - name: Install npm + run: npm i -gf npm@8.7.0 - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: - version: 6.24.1 + version: 6.32.8 - name: Install node dependencies run: npm i - name: Package recipes @@ -220,10 +222,12 @@ jobs: uses: actions/setup-node@v2 with: node-version-file: '.nvmrc' + - name: Install npm + run: npm i -gf npm@8.7.0 - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: - version: 6.24.1 + version: 6.32.8 - name: Install node dependencies run: npm i - name: Figure out used package.json version @@ -305,10 +309,12 @@ jobs: uses: actions/setup-node@v2 with: node-version-file: '.nvmrc' + - name: Install npm + run: npm i -gf npm@8.7.0 - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: - version: 6.24.1 + version: 6.32.8 - name: Install node dependencies uses: nick-invision/retry@v2.4.0 with: -- cgit v1.2.3-70-g09d2