Selaa lähdekoodia

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

tags/v0.0.2
Saúl Ibarra Corretgé 4 vuotta sitten
vanhempi
commit
a5cc2321b8
2 muutettua tiedostoa jossa 8108 lisäystä ja 19 poistoa
  1. 2
    1
      .github/workflows/ci.yml
  2. 8106
    18
      package-lock.json

+ 2
- 1
.github/workflows/ci.yml Näytä tiedosto

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

+ 8106
- 18
package-lock.json
File diff suppressed because it is too large
Näytä tiedosto


Loading…
Peruuta
Tallenna