From f1241b7dfc81f139102ff24bafec2eea602e4d3c Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Mon, 18 Sep 2023 13:56:01 -0500 Subject: [PATCH] Fix linting step --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ef9d62..8c57dc4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -98,12 +98,12 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: ${{ matrix.node }} + node-version: 18 cache: npm - uses: actions/cache/restore@v3 with: path: . - key: ${{ matrix.node }}-${{ env.CACHE_KEY }} + key: 18-${{ env.CACHE_KEY }} - run: npm run lint