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/dependency-updates.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github/workflows/dependency-updates.yml') diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml index 0f6befb55..d8c53cbbd 100644 --- a/.github/workflows/dependency-updates.yml +++ b/.github/workflows/dependency-updates.yml @@ -35,10 +35,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: Update submodules -- cgit v1.2.3-70-g09d2