浏览代码

fix: get nightly after ci

Jonathan Jogenfors 1 年之前
父节点
当前提交
e9c12650bb
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .github/workflows/test.yml

+ 4 - 0
.github/workflows/test.yml

@@ -28,6 +28,10 @@ jobs:
       - name: Run npm install
       - name: Run npm install
         run: npm ci
         run: npm ci
 
 
+      - uses: actions/setup-node@v3
+        with:
+          node-version: "21.0.0-nightly20230921480ab8c3a4"
+
       - name: Checkout test assets
       - name: Checkout test assets
         uses: actions/checkout@v4
         uses: actions/checkout@v4
         with:
         with: