Skip to content

Commit adee155

Browse files
authored
fix incorrect node version key
1 parent 1941e75 commit adee155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Use Node.js
4343
uses: actions/setup-node@v1
4444
with:
45-
node-version: ${{ matrix.node-version }}
45+
node-version: ${{ matrix.NODE_VERSION }}
4646
- name: Cache Node.js modules
4747
uses: actions/cache@v2
4848
with:

0 commit comments

Comments
 (0)