From 629667f63325ce960b9f49582ad0dbb1d6fe91e4 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Mon, 15 Mar 2021 01:13:14 +0100 Subject: [PATCH] Fix workflow --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 13b7b5c..0305578 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -122,10 +122,12 @@ jobs: - update_changelog - check_if_version_upgraded steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 with: ref: ${{ github.ref }} - uses: actions/setup-node@v2.1.3 + with: + node-version: '15' - run: | PACKAGE_MANAGER=npm if [ -f "./yarn.lock" ]; then