From 98006f417842af1031671fd796f8054c4db63ad4 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Fri, 10 Nov 2023 12:46:37 -0500 Subject: [PATCH] use node 20 in eslint CI testing --- .github/workflows/eslint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index f3c68da..7eefe20 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ["16"] + node: ["20"] name: Node ${{ matrix.node }} eslint run steps: - uses: actions/checkout@v3