Browse Source

fix(ci) use Node 16

tags/v0.0.2
Saúl Ibarra Corretgé 3 years ago
parent
commit
637b1b57ce
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      .github/workflows/ci.yml

+ 1
- 2
.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: '14.x'
14
-    - run: npm i -g npm@7
13
+        node-version: '16.x'
15
     - run: npm install
14
     - run: npm install
16
     - run: npm run build
15
     - run: npm run build
17
     - run: npm run lint
16
     - run: npm run lint

Loading…
Cancel
Save