瀏覽代碼

Update nodejs.yml

Shawn Lu 1 年之前
父節點
當前提交
c68c5e1e57
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      .github/workflows/nodejs.yml

+ 0 - 2
.github/workflows/nodejs.yml

@@ -9,8 +9,6 @@ jobs:
     steps:
       - uses: actions/checkout@v4.1.5
       - uses: volta-cli/action@v4.0.0
-        with:
-          volta-version: 18.12.1
       - run: npm ci --no-audit
       - run: npm run lint --if-present
       - run: npm test