소스 검색

Use Node 18.x in CI tests

JC Brand 2 년 전
부모
커밋
80bf81db6f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/karma-tests.yml

+ 1 - 1
.github/workflows/karma-tests.yml

@@ -17,7 +17,7 @@ jobs:
 
     strategy:
       matrix:
-        node-version: [16.x]
+        node-version: [18.x]
         # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
 
     steps: