From 3cc25a7fb224ab9c506f6ed45a8b7c4cb1badf4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthieu=20Harl=C3=A9?= Date: Tue, 12 Oct 2021 16:16:05 +0200 Subject: [PATCH] ci: bump node version in gh workflow --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29e65c7..103a766 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,10 +22,10 @@ jobs: key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} restore-keys: | ${{ runner.os }}-yarn- - - name: Use Node.js 12.10 + - name: Use Node.js 12 uses: actions/setup-node@v1 with: - node-version: "12.10" + node-version: "12" registry-url: "https://npm.pkg.github.com" - run: yarn install --pure-lockfile