8000 Fix node version on CI (#4069) · darth-coder-js/axios@7d6bddb · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d6bddb

Browse files
Fix node version on CI (axios#4069)
Co-authored-by: Jay <jasonsaayman@gmail.com>
1 parent 96956e3 commit 7d6bddb

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
@@ -19,6 +19,6 @@ jobs:
1919
- name: Setup node
2020
uses: actions/setup-node@v2
2121
with:
22-
node-version: ${{ matrix.node }}
22+
node-version: ${{ matrix.node-version }}
2323
- run: npm install
2424
- run: npm test

0 commit comments

Comments
 (0)
0