From 4a2f75c2809ea02f26bbe3961f25c17a45a1883c Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Sun, 24 Apr 2022 08:17:27 +0900 Subject: [PATCH] feat(actions): add Node.js 18 to test matrix --- .github/workflows/test.yml | 2 +- test/__snapshots__/init.test.js.snap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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