From e9a544d94729c91662b77e0583159d81b29465ff Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 18 Dec 2021 19:43:36 +0530 Subject: Upgrade 'nodejs' to '16.13.1', 'pnpm' to '6.24.1' --- .github/workflows/ferdi-builds.yml | 6 +++--- .nvmrc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml index 6eac889..0572ce4 100644 --- a/.github/workflows/ferdi-builds.yml +++ b/.github/workflows/ferdi-builds.yml @@ -28,13 +28,13 @@ jobs: run: echo "PNPM_CACHE=$HOME/.pnpm-store" >> $GITHUB_ENV - name: Checkout code uses: actions/checkout@v2 - - name: Use Node.js 16.13.0 + - name: Use Node.js 16.13.1 uses: actions/setup-node@v2 with: - node-version: 16.13.0 + node-version: 16.13.1 - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: - version: 6.23.6 + version: 6.24.1 - name: Install node dependencies recursively run: pnpm i && pnpm run package diff --git a/.nvmrc b/.nvmrc index 58a4133..07c142f 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16.13.0 +16.13.1 -- cgit v1.2.3-54-g00ecf