From aab770aa3212bfa38cab0e597621485e3d0cc05d Mon Sep 17 00:00:00 2001 From: Hargun Kaur <56452820+hkaur008@users.noreply.github.com> Date: Tue, 26 Oct 2021 15:28:25 +0000 Subject: [PATCH] set added to check the version of the file --- .github/workflows/versions.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/versions.yml b/.github/workflows/versions.yml index 1d3a2a3c..eae38a85 100644 --- a/.github/workflows/versions.yml +++ b/.github/workflows/versions.yml @@ -90,7 +90,9 @@ jobs: uses: ./ with: node-version-file: '.nvmrc' - + - name: Verify node + - run: __tests__/verify-node.sh 14 + node-dist: runs-on: ${{ matrix.os }} strategy: