From a58638152bb7b9e51f9f06f1dbd6b3d2e19c49b3 Mon Sep 17 00:00:00 2001 From: Brad Date: Sun, 24 Sep 2023 13:17:29 +0200 Subject: [PATCH] debug: test using nvm --- .github/workflows/debug.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/debug.yml 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