瀏覽代碼

fix(ci) use Node 16

dev1
Saúl Ibarra Corretgé 3 年之前
父節點
當前提交
637b1b57ce
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. 1
    2
      .github/workflows/ci.yml

+ 1
- 2
.github/workflows/ci.yml 查看文件

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…
取消
儲存