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 } }