Browse Source

feat(build) update build toolchain to Node 14 / npm 7

dev1
Saúl Ibarra Corretgé 4 years ago
parent
commit
a5cc2321b8
2 changed files with 8108 additions and 19 deletions
  1. 2
    1
      .github/workflows/ci.yml
  2. 8106
    18
      package-lock.json

+ 2
- 1
.github/workflows/ci.yml View File

10
     - uses: actions/checkout@v2
10
     - uses: actions/checkout@v2
11
     - uses: actions/setup-node@v1
11
     - uses: actions/setup-node@v1
12
       with:
12
       with:
13
-        node-version: '12.x'
13
+        node-version: '14.x'
14
+    - run: npm i -g npm@7
14
     - run: npm install
15
     - run: npm install
15
     - run: npm run lint
16
     - run: npm run lint
16
     - run: npm run test
17
     - run: npm run test

+ 8106
- 18
package-lock.json
File diff suppressed because it is too large
View File


Loading…
Cancel
Save