Skip to content

Commit

Permalink
node version
Browse files Browse the repository at this point in the history
  • Loading branch information
karpikpl committed Apr 4, 2024
1 parent ea033d8 commit 4763c7b
Show file tree
Hide file tree
Showing 5 changed files with 3,090 additions and 1,895 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,4 @@ __tests__/runner/*
.idea
.vscode
*.code-workspace
.reports/report.xml
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.6.0
21.7.2
10 changes: 5 additions & 5 deletions .reports/report.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="jest tests" tests="5" failures="0" errors="0" time="0.295">
<testsuite name="index" errors="0" failures="0" skipped="0" timestamp="2024-04-04T03:46:16" time="0.134" tests="1">
<testsuites name="jest tests" tests="5" failures="0" errors="0" time="0.372">
<testsuite name="index" errors="0" failures="0" skipped="0" timestamp="2024-04-04T03:52:07" time="0.177" tests="1">
<testcase classname="index calls run when imported" name="index calls run when imported" time="0.004">
</testcase>
</testsuite>
<testsuite name="action" errors="0" failures="0" skipped="0" timestamp="2024-04-04T03:46:16" time="0.114" tests="4">
<testsuite name="action" errors="0" failures="0" skipped="0" timestamp="2024-04-04T03:52:08" time="0.134" tests="4">
<testcase classname="action posts pylint annotations" name="action posts pylint annotations" time="0.002">
</testcase>
<testcase classname="action posts no pylint annotations when code is OK" name="action posts no pylint annotations when code is OK" time="0.001">
<testcase classname="action posts no pylint annotations when code is OK" name="action posts no pylint annotations when code is OK" time="0.009">
</testcase>
<testcase classname="action sets a failed status when github fails" name="action sets a failed status when github fails" time="0.002">
<testcase classname="action sets a failed status when github fails" name="action sets a failed status when github fails" time="0.001">
</testcase>
<testcase classname="action fails if no pylint file provided" name="action fails if no pylint file provided" time="0.001">
</testcase>
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ outputs:
'The result of the action. Success, Failure or information message.'

runs:
using: node20
using: node21
main: dist/index.js
Loading

0 comments on commit 4763c7b

Please sign in to comment.