Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfyson committed Dec 11, 2023
1 parent 95be4b2 commit bd950fe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}''

0 comments on commit bd950fe

Please sign in to comment.