ソースを参照

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: