Skip to content

Commit ed76f45

Browse files
committed
Merge branch 'master' of github.com:developit/axios-shim
2 parents ba66b59 + c3ed393 commit ed76f45

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,11 @@ jobs:
77

88
runs-on: ubuntu-latest
99

10-
strategy:
11-
matrix:
12-
node: [12.x, 13.x]
13-
1410
steps:
1511
- uses: actions/checkout@v1
1612
- uses: actions/setup-node@v1
1713
with:
18-
node-version: ${{ matrix.node }}
14+
node-version: 12
1915
- name: npm install, build, and test
2016
run: |
2117
npm install

0 commit comments

Comments
 (0)