fix corner case in functions & inline (#5767)

fixes #5766
This commit is contained in:
Alex Lam S.L
2022-12-27 08:59:16 +08:00
committed by GitHub
parent f2b6f1def0
commit c9117041fa
3 changed files with 84 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ jobs:
test:
strategy:
matrix:
node: [ '0.10', '0.12', '4', '6', '8', '10', '12', '14', '16', latest ]
node: [ '0.10', '0.12', '4', '6', '8', '10', '12', '14', '16', '18' ]
os: [ ubuntu-latest, windows-latest ]
script: [ compress, mocha, release/benchmark, release/jetstream ]
name: ${{ matrix.node }} ${{ matrix.os }} ${{ matrix.script }}