From 2c52a68ac9a0880bfa31163c55371dc8b0609b42 Mon Sep 17 00:00:00 2001 From: Conor McNamara Date: Tue, 7 Mar 2023 20:27:28 +0000 Subject: [PATCH] Update CI YML --- .github/workflows/integrate.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index 2b899e6..eb013a4 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -8,14 +8,13 @@ jobs: test_pull_request: runs-on: ubuntu-latest steps: - - name: Checkout code - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: 16 - name: Install dependencies - - run: | + run: | npm ci cd functions && npm ci