From 159f0df626d186c1982a954215d240930effca1b Mon Sep 17 00:00:00 2001 From: microshine Date: Tue, 21 Mar 2023 20:06:16 +0100 Subject: [PATCH] ci: add node v18 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7adf9b5..a8dbe57 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x] + node-version: [14.x, 16.x, 18.x] steps: - uses: actions/checkout@v2