소스 검색

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