From 931b9dc19329d37afa665b3b13247ac4ad776837 Mon Sep 17 00:00:00 2001 From: James Sumners Date: Tue, 9 Jan 2024 09:36:25 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8deda1..ec588f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,8 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 'lts' + node-version: 'lts/*' + - run: npm install - run: npm run lint build: