Skip to content

Commit a7bf844

Browse files
author
Tomas Rutkauskas
authored
Merge pull request #74 from ConvertAPI/feature/upgrade-axios
Upgrade axios dependency
2 parents 9be7a97 + 77f300e commit a7bf844

File tree

5 files changed

+6256
-9
lines changed

5 files changed

+6256
-9
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
name: Build
2-
on: [push,pull_request]
2+
on:
3+
pull_request:
4+
push:
5+
branches:
6+
- master
37
jobs:
48
build:
59
runs-on: ubuntu-latest
610
strategy:
711
matrix:
812
node-version:
13+
- 21
14+
- 20
915
- 18
10-
- 14
11-
- 10
16+
- 16
1217
name: Node ${{ matrix.node-version }} sample
1318
steps:
1419
- uses: actions/checkout@v3

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jspm_packages
3838
lib
3939

4040
# npm package lock
41-
package-lock.json
41+
#package-lock.json
4242
yarn.lock
4343

4444
others

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88

99
[The ConvertAPI](https://convertapi.com) helps in converting various file formats. Creating PDF and Images from various sources like Word, Excel, Powerpoint, images, web pages or raw HTML codes. Merge, Encrypt, Split, Repair and Decrypt PDF files and many other file manipulations. You can integrate it into your application in just a few minutes and use it easily.
1010

11-
## Requirements
12-
13-
Node.js v6.0 and later.
14-
1511
## Installation
1612

1713
```sh

0 commit comments

Comments
 (0)