Browse Source

fix(ci) use Node 16

dev1
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,8 +10,7 @@ jobs:
10 10
     - uses: actions/checkout@v2
11 11
     - uses: actions/setup-node@v1
12 12
       with:
13
-        node-version: '14.x'
14
-    - run: npm i -g npm@7
13
+        node-version: '16.x'
15 14
     - run: npm install
16 15
     - run: npm run build
17 16
     - run: npm run lint

Loading…
Cancel
Save