Skip to content

and again

and again #4

Workflow file for this run

# trigger:
on: push
# array of jobs
jobs:
first-job:
# where it will run
runs-on: windows-latest
steps:
- run: node --version
- run: npm --version