Skip to content

Commit

Permalink
using the setup node action
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalankit committed Feb 20, 2020
1 parent 855b7ec commit 52211a2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Matrix
on: push

jobs:
node-version:
runs-on: ubuntu-latest
setps:
- name: Log node version
run: node -v
- uses: actions/setup-node@V1
with:
node-version: 6
- name: Log node version
run: node -v

0 comments on commit 52211a2

Please sign in to comment.