From 40c8beb7ddd3199073197877f3e4c2c4b87b455e Mon Sep 17 00:00:00 2001 From: Michael Wei Date: Wed, 26 Oct 2022 08:14:08 -0700 Subject: [PATCH] ci: add node 18 to test matrix --- .github/workflows/tests-sandbox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-sandbox.yml b/.github/workflows/tests-sandbox.yml index 4df292b6..3459fceb 100644 --- a/.github/workflows/tests-sandbox.yml +++ b/.github/workflows/tests-sandbox.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: platform: [ubuntu-latest, macos-latest] - node-version: [14, 16] + node-version: [14, 16, 18] runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v2