瀏覽代碼

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