Last active
September 25, 2019 18:16
-
-
Save ekpangmichael/c2cafe3659d954e87d0af2bfd0ded370 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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