瀏覽代碼

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:
     strategy:
       matrix:
       matrix:
-        node-version: [16.x]
+        node-version: [18.x]
         # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
         # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
 
 
     steps:
     steps: