Skip to content

Commit

Permalink
Fix incorrect version keys
Browse files Browse the repository at this point in the history
  • Loading branch information
louislefevre committed Sep 10, 2021
1 parent 55bfc78 commit 358898d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node: ${{ matrix.node-version }}
node-version: ${{ matrix.node-version }}
cache: npm

- name: Use Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python: ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 358898d

Please sign in to comment.