2
0
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:
Igor Randjelovic
2021-09-17 08:41:32 +02:00
committed by GitHub
parent 96956e30ba
commit 7d6bddba2d
+1 -1
View File
@@ -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