Skip to content

Commit

Permalink
debug: test using nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
baparham committed Sep 24, 2023
1 parent 2bac9c0 commit a586381
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
- name: Install NVM
run: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
- run: nvm ls-remote

0 comments on commit a586381

Please sign in to comment.