diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index e70aeb73b01..b587d65c302 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - node_version: ["8", "10", "12", "14", "16"] + node_version: ["8", "10", "12", "14", "16", "18"] runs-on: ubuntu-latest env: NPM_CONFIG_UNSAFE_PERM: true