Skip to content

Commit

Permalink
workflows/test.yml: switch to setup-node@v1. (#29410)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Sep 16, 2019
1 parent cc31375 commit dcf2f83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
fetch-depth: 3

- name: Set Node.js version
uses: actions/setup-node@v1.1.0
uses: actions/setup-node@v1
with:
version: ${{ matrix.node }}
node-version: ${{ matrix.node }}

- name: Set up Ruby 2.4
uses: actions/setup-ruby@v1
Expand Down

0 comments on commit dcf2f83

Please sign in to comment.