From db358a7129cf9c334cc6d445b2281322fdecc240 Mon Sep 17 00:00:00 2001 From: Justin Liao Date: Thu, 29 Feb 2024 13:27:48 -0800 Subject: [PATCH] Bump eslint github action node ver 18 --- .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 b2e6b9d..9c35ba7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '18' - run: yarn install - name: Run eslint with reviewdog uses: reviewdog/action-eslint@v1.14.0