浏览代码

lock node-js version on ci (#4606)

https://github.com/nodejs/node/issues/48921
Mikael Finstad 1 年之前
父节点
当前提交
2e8a78dddb
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .github/workflows/ci.yml

+ 2 - 1
.github/workflows/ci.yml

@@ -34,7 +34,8 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        node-version: [16.x, 18.x, 20.x]
+        # todo put back?
+        node-version: [16.x, 18.16.0, 20.4.0]
     steps:
       - name: Checkout sources
         uses: actions/checkout@v3