From 24bf4459733c169d6a7a21b251185c8aa1b4b95d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Wed, 3 Feb 2021 08:45:44 +0100 Subject: [PATCH] chore(ci): use stable actions/setup-node v2 --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 15cb88a9..5f55e058 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use Node.js 14 - uses: actions/setup-node@v2-beta + uses: actions/setup-node@v2 with: node-version: 14.x - name: Install dependencies @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2-beta + uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - name: Install dependencies