diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5bdc5f1b..4f88e0f8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: ["12", "14", "16"] + node-version: ["12", "14", "16", "18"] steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 diff --git a/test/__snapshots__/init.test.js.snap b/test/__snapshots__/init.test.js.snap index 9ac44c62..d141cbf8 100644 --- a/test/__snapshots__/init.test.js.snap +++ b/test/__snapshots__/init.test.js.snap @@ -240,7 +240,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [\\"12\\", \\"14\\", \\"16\\"] + node-version: [\\"12\\", \\"14\\", \\"16\\", \\"18\\"] steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3