From c9232ded0d9e190e4a44d2f71d6ac6bfc29a2c6b Mon Sep 17 00:00:00 2001 From: Nikitha Chettiar Date: Wed, 28 Sep 2022 15:41:59 -0700 Subject: [PATCH] change node v to 18 --- .github/workflows/ci_validation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_validation.yml b/.github/workflows/ci_validation.yml index 9e2b73f14..aab0b0694 100644 --- a/.github/workflows/ci_validation.yml +++ b/.github/workflows/ci_validation.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [18.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} @@ -22,3 +22,4 @@ jobs: - run: npm ci - run: npm run build --if-present - run: npm test + - run: npm run karma