From d603398da01d7edc1aeeec6413b75cc5a3beafae Mon Sep 17 00:00:00 2001 From: antelle Date: Sat, 8 May 2021 14:21:56 +0200 Subject: [PATCH] upgrading node.js on ci --- .github/workflows/build.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 943ea6bf..9c39baf3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -122,6 +122,11 @@ jobs: with: name: KeeWeb-${{ steps.get_tag.outputs.tag }}.html path: dist + - name: Upgrade Node.js + uses: actions/setup-node@v2 + with: + node-version: '16' + registry-url: 'https://registry.npmjs.org' - name: Install npm modules run: npm ci - name: Install grunt @@ -176,6 +181,11 @@ jobs: with: name: KeeWeb-${{ steps.get_tag.outputs.tag }}.html path: dist + - name: Upgrade Node.js + uses: actions/setup-node@v2 + with: + node-version: '16' + registry-url: 'https://registry.npmjs.org' - name: Install npm modules run: npm ci - name: Install grunt