File tree Expand file tree Collapse file tree 4 files changed +129
-117
lines changed Expand file tree Collapse file tree 4 files changed +129
-117
lines changed Original file line number Diff line number Diff line change 8
8
matrix :
9
9
# Blank string allows us to test against version in nvmrc file
10
10
# configured in 'Set up Node.js' down below.
11
- node : ['', 'lts/* ']
12
- name : Lint & Test (${{ (matrix.node && matrix.node != 'lts/* ') && format('node {0}', matrix.node) || matrix.node || 'nvmrc' }})
11
+ node : ['20 ', '']
12
+ name : Lint & Test (${{ (matrix.node && matrix.node != '20 ') && format('node {0}', matrix.node) || matrix.node || 'nvmrc' }})
13
13
runs-on : ubuntu-latest
14
14
env :
15
15
CI : true
42
42
matrix :
43
43
# Blank string allows us to test against version in nvmrc file
44
44
# configured in 'Set up Node.js' down below.
45
- node : ['', 'lts/* ']
46
- name : Windows Tests (${{ (matrix.node && matrix.node != 'lts/* ') && format('node {0}', matrix.node) || matrix.node || 'nvmrc' }})
45
+ node : ['20 ', '']
46
+ name : Windows Tests (${{ (matrix.node && matrix.node != '20 ') && format('node {0}', matrix.node) || matrix.node || 'nvmrc' }})
47
47
runs-on : windows-latest
48
48
env :
49
49
CI : true
Original file line number Diff line number Diff line change 1
- v20.9 .0
1
+ 22.15 .0
Original file line number Diff line number Diff line change 40
40
"@preconstruct/cli" : " ^2.8.2" ,
41
41
"@testing-library/jest-dom" : " ^6.4.2" ,
42
42
"@types/jest" : " ^29.5.12" ,
43
- "@types/node" : " ^20.9.5 " ,
43
+ "@types/node" : " ^22.15.3 " ,
44
44
"@vanilla-extract/jest-transform" : " workspace:*" ,
45
45
"babel-jest" : " ^29.7.0" ,
46
46
"cross-env" : " ^7.0.3" ,
You can’t perform that action at this time.
0 commit comments