Skip to content

Commit

Permalink
Update comment-run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smashah committed Feb 19, 2024
1 parent 1be18fc commit 89d686d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comment-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Install emojis
run: sudo apt install fonts-noto-color-emoji
- name: Update NPM
run: sudo npm install -g npm@7.9.0
run: sudo npm install -g npm@10.1.0
- name: Set npm token
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
- uses: actions/checkout@v2
Expand Down

0 comments on commit 89d686d

Please sign in to comment.