From 3b3d4f9cb5738e5a4fd95c858ad976e04e1cdae6 Mon Sep 17 00:00:00 2001 From: Yashar PourMohammad Date: Mon, 15 Jul 2024 16:35:53 +0330 Subject: [PATCH] Kickstart workflows --- .github/workflows/test-and-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-lint.yml b/.github/workflows/test-and-lint.yml index 74829014c..d86bd1dd9 100644 --- a/.github/workflows/test-and-lint.yml +++ b/.github/workflows/test-and-lint.yml @@ -20,7 +20,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - run: npm ci --force2 + run: npm ci --force - name: Run jaribu tests # These must be replaced before we can use Node v18 in CI run: npm test - name: Run mocha tests