diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index be0f817..853430d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -5,16 +5,16 @@ on: push jobs: generate-json-and-save-as-artifacts: runs-on: ubuntu-latest + container: + image: ghcr.io/tektronix/tsp-toolkit-build:latest + credentials: + username: ${{github.actor}} + password: ${{secrets.GITHUB_TOKEN}} steps: - name: Checkout repository uses: actions/checkout@v2 - - name: Install Node.js - uses: actions/setup-node@v2 - with: - node-version: '14' - - name: Install package from npm registry run: | echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > .npmrc