mirror of
https://github.com/tenrok/axios.git
synced 2026-05-21 13:24:11 +03:00
Fix node version on CI (#4069)
Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
@@ -19,6 +19,6 @@ jobs:
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm install
|
||||
- run: npm test
|
||||
|
||||
Reference in New Issue
Block a user