Skip to content

Commit

Permalink
Merge pull request #38 from hamirmahal/fix/usage-of-node12-which-is-d…
Browse files Browse the repository at this point in the history
…eprecated

fix: usage of `node12 which is deprecated`
  • Loading branch information
GabrielBB authored Dec 5, 2024
2 parents 22a6dc5 + 2859b7c commit b2cde5e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: 'gabrielbb/xvfb-action'
description: 'Run your headless tests with XVFB'
name: "gabrielbb/xvfb-action"
description: "Run your headless tests with XVFB"
branding:
icon: airplay
color: black
inputs:
run:
description: 'Command to execute using xvfb'
description: "Command to execute using xvfb"
required: true
working-directory:
description: 'Directory to execute command on, defaults to ./'
description: "Directory to execute command on, defaults to ./"
required: false
options:
description: 'XServer options'
description: "XServer options"
required: false
runs:
using: 'node12'
main: 'index.js'
using: "node20"
main: "index.js"

0 comments on commit b2cde5e

Please sign in to comment.