Skip to content

Commit

Permalink
Revert "Update runs/using to node18 in action.yml." because "Paramete…
Browse files Browse the repository at this point in the history
…r 'using: node18' is not supported".

This reverts commit 4b88576.
  • Loading branch information
DavidAnson committed Apr 30, 2023
1 parent 4b88576 commit bb4bb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ inputs:
default: "\n"
required: false
runs:
using: node18
using: node16
main: dist/index.js

1 comment on commit bb4bb94

@moovy2
Copy link

@moovy2 moovy2 commented on bb4bb94 May 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • name: markdownlint-cli2-action
    uses: DavidAnson/markdownlint-cli2-action@v10.0.1

Please sign in to comment.