Skip to content

debug: trim down list of versions to update #14

debug: trim down list of versions to update

debug: trim down list of versions to update #14

Workflow file for this run

name: Debug Update Node.js Versions
on:
push:
branches: [ develop ]
jobs:
collect-version-data:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install NVM
run: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
- name: Download latest Node.js versions
run: wget https://nodejs.org/download/release/index.json -O node-versions.json
- run: |
./scripts/nvm-iterator.sh