Browse Source

Update nodejs.yml

Shawn Lu 1 năm trước cách đây
mục cha
commit
c68c5e1e57
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      .github/workflows/nodejs.yml

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

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