瀏覽代碼

ci: use node 16 on FreeBSD

LongYinan 3 年之前
父節點
當前提交
7068de77ec
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/CI.yml

+ 1 - 1
.github/workflows/CI.yml

@@ -190,7 +190,7 @@ jobs:
           usesh: true
           mem: 3000
           prepare: |
-            pkg install -y curl node14 python2
+            pkg install -y curl node16 python2
             curl -qL https://www.npmjs.com/install.sh | sh
             npm install -g yarn
             curl https://sh.rustup.rs -sSf --output rustup.sh