Skip to content

Commit

Permalink
Use node-version instead of version (deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spone committed Sep 18, 2019
1 parent ea082a9 commit 40b5db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v1
with:
version: ${{ matrix.node_version }}
node-version: ${{ matrix.node_version }}

- name: Build and test with Rake
run: |
Expand Down

0 comments on commit 40b5db9

Please sign in to comment.