From 70e09b59e5b305dbca8f08d1efe5e0fa0313eeae Mon Sep 17 00:00:00 2001 From: technote-space Date: Thu, 30 Jun 2022 16:01:59 +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 0f281ce5..aae4ac0b 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