From bd950fe668a5a544b6ac013554ddc37a9c31acec Mon Sep 17 00:00:00 2001 From: nickfyson Date: Mon, 11 Dec 2023 12:11:15 +0000 Subject: [PATCH] WIP --- .github/workflows/pr-checks.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index ca31e72dd8..19cd129e08 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -114,3 +114,15 @@ jobs: # we won't be able to find them on Windows. npm config set script-shell bash npm test + + check-backport-node-versions: + # if: ${{ github.ref_name }} + name: Check node version for backports + runs-on: ubuntu-latest + timeout-minutes: 45 + + steps: + - uses: actions/checkout@v4 + - name: npm test + run: | + echo '${{ github.ref_name }}''