From bfc48425d38ae66a775ed8ebd75438ecf4b784c0 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Mon, 22 Feb 2021 19:05:34 +0100 Subject: [PATCH] CI: check-latest for node --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02da52fd7..91a2f1dfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,7 @@ jobs: - name: Setup Node.js with npm uses: actions/setup-node@v2 with: + check-latest: true node-version: ${{ env.NODE_JS_VERSION }} - name: Verify Node.js