Skip to content

Update npm downloads CSV #1

Update npm downloads CSV

Update npm downloads CSV #1

Workflow file for this run

name: Update npm downloads CSV
on:
workflow_dispatch:
jobs:
update-contributors:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install Node.js dependencies
run: npm install
- name: Run index.js to generate CSV
run: node index.js