We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b50e32 commit 07f476fCopy full SHA for 07f476f
2 files changed
.github/workflows/commenter.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v5
12
- name: Use Node.js
13
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
14
- run: npm install
15
- run: |
16
node lib/comment.js --diff | tee -a results.txt
.github/workflows/npm-publish.yml
@@ -14,7 +14,7 @@ jobs:
17
18
with:
19
registry-url: 'https://registry.npmjs.org'
20
0 commit comments