Skip to content

Commit

Permalink
build: don't use sudo for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
R-unic committed Sep 7, 2023
1 parent 2262ad5 commit 4f70afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm i && sudo npm i -g typescript@5.1.3
run: npm i && npm i -g typescript@5.1.3
- name: Build TypeScript
run: tsc
- name: Run tests
Expand Down

0 comments on commit 4f70afb

Please sign in to comment.