Skip to content

Commit

Permalink
[WIP] node_version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Aug 13, 2020
1 parent b17bbde commit 990aaba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

# Action Repo: https://github.com/actions/setup-node
- name: "Setup Node"
uses: actions/setup-node@v2
uses: actions/setup-node@v1
with:
node-version: "14"

Expand Down Expand Up @@ -61,9 +61,9 @@ jobs:

# Action Repo: https://github.com/actions/setup-node
- name: "Setup Node"
uses: actions/setup-node@v2
uses: actions/setup-node@v1
with:
node-version: "14"
node-version: ${{ matrix.node_version }}

# Action Repo: https://github.com/actions/cache
- name: "Cache node_modules"
Expand Down

0 comments on commit 990aaba

Please sign in to comment.