Skip to content

Commit 3687431

Browse files
authored
Fix node version variable in CI workflow
1 parent 5f4d26f commit 3687431

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v1
4444

45-
- name: Use Node.js ${{ matrix.node-version }}
45+
- name: Use Node.js ${{ matrix.node_version }}
4646
uses: actions/setup-node@v1
4747
with:
48-
node-version: ${{ matrix.node-version }}
48+
node-version: ${{ matrix.node_version }}
4949

5050
- name: yarn install
5151
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)