Skip to content

Commit

Permalink
Bump nodejs from 12 to 18 (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 committed Sep 18, 2024
1 parent 029e700 commit 77d9967
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ branding:
icon: check-circle
color: blue
inputs:
framework: # id of input
framework: # id of input
description: 'Test framework to be used. Supported: mocha, codeceptjs'
required: true
tests: # id of input
tests: # id of input
description: 'Glob pattern to match tests in a project, example: tests/**_test.js'
required: true
token:
Expand All @@ -18,19 +18,19 @@ inputs:
required: false
no-tests-label:
description: Add 'no tests' label to PR when it doesn't contain new tests
required: false
required: false
comment-on-empty:
description: 'Post a comment to PR when no tests added. Can be either boolean (for neutral message) or a custom message within a comment'
required: false
close-on-empty:
description: 'Close PR when no tests added. Use with comment-on-empty to clarify this action'
required: false
required: false
comment-on-skipped:
description: 'Post a comment to PR when tests were skipped. Can be either boolean (for neutral message) or a custom message within a comment'
required: false
required: false
close-on-skipped:
description: 'Close PR when no tests added. Use with comment-on-skipped to clarify this action'
required: false
required: false
enable-documentation:
description: 'If set true test document will be created in wiki'
required: false
Expand All @@ -43,8 +43,7 @@ inputs:
documentation-branch:
description: 'Branch to create document on push uses default branch if empty'
required: false



runs:
using: 'node12'
using: 'node18'
main: './dist/index.js'

0 comments on commit 77d9967

Please sign in to comment.