Skip to content

Commit

Permalink
added sudo to ts install
Browse files Browse the repository at this point in the history
  • Loading branch information
avifenesh committed May 27, 2024
1 parent 840e5e0 commit 53efd3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

test-release-candidate:
if: github.event_name != 'pull_request' && contains(github.ref, 'rc')
if: github.event_name != 'pull_request'
name: Test the release candidate
needs: [publish-base-to-npm, output-matrix]
runs-on: ${{ matrix.build.RUNNER }}
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:
working-directory: ./utils
run: |
npm install
npm install -g typescript
sudo npm install -g typescript
npx tsc -p ./tsconfig.json
- name: Run the tests
Expand Down

0 comments on commit 53efd3a

Please sign in to comment.