Skip to content

Instantly share code, notes, and snippets.

@ekpangmichael
Last active September 25, 2019 18:16
Show Gist options
  • Save ekpangmichael/c2cafe3659d954e87d0af2bfd0ded370 to your computer and use it in GitHub Desktop.
Save ekpangmichael/c2cafe3659d954e87d0af2bfd0ded370 to your computer and use it in GitHub Desktop.
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment