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