Skip to content

Commit 891cfb9

Browse files
Chiu PeterChiu Peter
authored andcommitted
try on Node 15
1 parent 47ea527 commit 891cfb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/jest_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Use Node.js
2323
uses: actions/setup-node@v1
2424
with:
25-
node-version: 12.x
25+
node-version: 15.x
2626
registry-url: https://registry.npmjs.org/
2727
scope: '@mat-github-ci'
2828
env:

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = {
2323
setupFilesAfterEnv: ['./src/jest-setup.ts'],
2424
globals: {
2525
'ts-jest': {
26-
tsConfig: './tsconfig.json',
26+
tsconfig: './tsconfig.json',
2727
isolatedModules: true
2828
}
2929
}

0 commit comments

Comments
 (0)