Skip to content

Commit 6b0cc1d

Browse files
1 parent 2ecff45 commit 6b0cc1d

File tree

4 files changed

+192
-114
lines changed

4 files changed

+192
-114
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
node-version: '12.x'
4949
- run: npm ci
5050
- run: npm test
51-
- uses: check-run-reporter/action@v2.13.0
51+
- uses: check-run-reporter/action@v2.13.1
5252
# always run, otherwise you'll only see results for passing builds
5353
if: ${{ always() }}
5454
with:

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ outputs:
4242
tests:
4343
description: The names of the test files to test on this node
4444
runs:
45-
using: 'node16'
45+
using: 'node20'
4646
main: 'dist/index.js'

0 commit comments

Comments
 (0)