Преглед изворни кода

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