Skip to content

Commit

Permalink
chore: run npm install as admin on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsdev committed Sep 19, 2024
1 parent 21c27bf commit ee02c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
node-version: 20

- name: Install dependencies
run: npm ci
run: ${{ matrix.osname == 'win' && "runas /user:Administrator 'npm install'" || "npm ci" }}

- name: Bundle CLI
run: npm run bundle:cli
Expand Down

0 comments on commit ee02c42

Please sign in to comment.