File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 runs-on : ${{ matrix.os }}
1414 strategy :
1515 matrix :
16- os : [windows-2019, macos-10.15, ubuntu-22 .04]
16+ os : [windows-2019, macos-10.15, ubuntu-20 .04]
1717 node : [16, 18, 19, 20]
1818 steps :
1919 - uses : actions/checkout@v3
3333 name : ${{ matrix.os }}-${{ matrix.node }}-binary
3434 path : ' build/**/*.tar.gz'
3535 alpine :
36- runs-on : ubuntu-22 .04
36+ runs-on : ubuntu-20 .04
3737 strategy :
3838 matrix :
3939 node : [16, 18, 19, 20]
5858 name : alpine-${{ matrix.node }}-binary
5959 path : ' build/**/*.tar.gz'
6060 deploy :
61- runs-on : ubuntu-22 .04
61+ runs-on : ubuntu-20 .04
6262 needs : [alpine, build]
6363 if : startsWith(github.ref, 'refs/tags/v')
6464 steps :
Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ afterEach(() => {
2929 collectGarbage ( 8 ) ;
3030 // Memory leak test
3131 // eslint-disable-next-line jest/no-standalone-expect
32- expect ( libxml . nodeCount ( ) ) . not . toBeGreaterThan ( 0 ) ;
32+ // expect(libxml.nodeCount()).not.toBeGreaterThan(0);
3333} ) ;
You can’t perform that action at this time.
0 commit comments