From 90ee01b3af36d6378e7b4a405ea8666a2a0da38f Mon Sep 17 00:00:00 2001 From: technote-space Date: Thu, 30 Jun 2022 15:05:19 +0000 Subject: [PATCH] chore: sync workflows --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f281ce..aae4ac0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - node: ['14', '16', '17'] + node: ['14', '16', '18'] steps: - name: Set running flag run: echo "RUNNING=1" >> $GITHUB_ENV