diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index aa75cda..f63b1b0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,8 +18,10 @@ jobs: - uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - run: npm install - - run: npm run lint + - run: | + npm install + npm i warframe-items@latest + npm run lint test: name: Test runs-on: ubuntu-latest @@ -39,6 +41,7 @@ jobs: CI: true run: | npm install + npm i warframe-items@latest npm test - name: Coveralls Parallel diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 73ba21e..163897a 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -12,7 +12,9 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Install Supplemental Dependencies - run: npm i + run: | + npm i + npm i warframe-items@latest - name: Build uses: andstor/jsdoc-action@v1 with: diff --git a/.github/workflows/regression.yaml b/.github/workflows/regression.yaml index 7e262c8..f5f6ad4 100644 --- a/.github/workflows/regression.yaml +++ b/.github/workflows/regression.yaml @@ -23,4 +23,5 @@ jobs: - name: Test run: | npm install + npm i warframe-items@latest npm test \ No newline at end of file