diff --git a/.github/workflows/collections-test.yml b/.github/workflows/collections-test.yml index f8143a5..b574120 100644 --- a/.github/workflows/collections-test.yml +++ b/.github/workflows/collections-test.yml @@ -23,12 +23,8 @@ jobs: - name: Install dependencies working-directory: ./collections - run: | - npm install -g npm@latest - npm install simpl-schema + run: meteor npm install simpl-schema - name: Run package tests working-directory: ./collections - run: | - export NODE_PATH=$(npm root -g) - meteor test-packages ./ + run: meteor test-packages ./