diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml new file mode 100644 index 0000000..edca7f9 --- /dev/null +++ b/.github/workflows/debug.yml @@ -0,0 +1,14 @@ +name: Debug Update Node.js Versions + +on: + push: + branches: [ develop ] + +jobs: + collect-version-data: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3.1.0 + - name: Install NVM + run: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash + - run: nvm ls-remote