From 891cfb93dbd5bea1ea738c1ddce42d5ef3164b35 Mon Sep 17 00:00:00 2001 From: Chiu Peter Date: Fri, 26 Sep 2025 09:50:06 -0700 Subject: [PATCH] try on Node 15 --- .github/workflows/jest_tests.yml | 2 +- jest.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jest_tests.yml b/.github/workflows/jest_tests.yml index 10e748c0..81276424 100644 --- a/.github/workflows/jest_tests.yml +++ b/.github/workflows/jest_tests.yml @@ -22,7 +22,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 15.x registry-url: https://registry.npmjs.org/ scope: '@mat-github-ci' env: diff --git a/jest.config.js b/jest.config.js index bf429f0f..7322d24c 100644 --- a/jest.config.js +++ b/jest.config.js @@ -23,7 +23,7 @@ module.exports = { setupFilesAfterEnv: ['./src/jest-setup.ts'], globals: { 'ts-jest': { - tsConfig: './tsconfig.json', + tsconfig: './tsconfig.json', isolatedModules: true } }