Browse Source

change CI to use node v18.12

Shawn Lu 1 năm trước cách đây
mục cha
commit
489c9524a4
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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