Ver código fonte

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

dev1
Saúl Ibarra Corretgé 4 anos atrás
pai
commit
a5cc2321b8
2 arquivos alterados com 8108 adições e 19 exclusões
  1. 2
    1
      .github/workflows/ci.yml
  2. 8106
    18
      package-lock.json

+ 2
- 1
.github/workflows/ci.yml Ver arquivo

@@ -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
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo


Carregando…
Cancelar
Salvar