Skip to content

Commit

Permalink
Merge pull request #9 from a11smiles/cleanup
Browse files Browse the repository at this point in the history
fixing node version
  • Loading branch information
a11smiles authored Oct 14, 2022
2 parents 432532f + d697690 commit 8cca2c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ branding:
icon: "repeat"
color: "blue"
runs:
using: "node12"
using: "node16"
main: "index.js"
inputs:
ado:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-actions-gitsync",
"version": "1.1.7",
"version": "1.2.1",
"description": "A workflow action that syncs GitHub and Azure DevOps activities.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8cca2c9

Please sign in to comment.