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 88 matrix :
99 # Blank string allows us to test against version in nvmrc file
1010 # 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' }})
1313 runs-on : ubuntu-latest
1414 env :
1515 CI : true
4242 matrix :
4343 # Blank string allows us to test against version in nvmrc file
4444 # 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' }})
4747 runs-on : windows-latest
4848 env :
4949 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 4040 "@preconstruct/cli" : " ^2.8.2" ,
4141 "@testing-library/jest-dom" : " ^6.4.2" ,
4242 "@types/jest" : " ^29.5.12" ,
43- "@types/node" : " ^20.9.5 " ,
43+ "@types/node" : " ^22.15.3 " ,
4444 "@vanilla-extract/jest-transform" : " workspace:*" ,
4545 "babel-jest" : " ^29.7.0" ,
4646 "cross-env" : " ^7.0.3" ,
You can’t perform that action at this time.
0 commit comments