소스 검색

change CI to use node v18.12

Shawn Lu 1 년 전
부모
커밋
489c9524a4
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .github/workflows/nodejs.yml

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

@@ -9,6 +9,8 @@ jobs:
     steps:
       - uses: actions/checkout@v2
       - uses: volta-cli/action@v1
+        with:
+          node-version: 18.12
       - run: npm ci --no-audit
       - run: npm run lint --if-present
       - run: npm test