Skip to content

Commit

Permalink
feat: fix node version to 16 (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirien committed Jun 17, 2024
1 parent d6e5def commit 29b1b25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions goreleaserTask/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"releaseNotes": "First release",
"version": {
"Major": 0,
"Minor": 1,
"Patch": 8
"Minor": 2,
"Patch": 0
},
"instanceNameFormat": "GoReleaser is a release automation tool for Go projects",
"inputs": [
Expand Down Expand Up @@ -64,8 +64,8 @@
}
],
"execution": {
"Node10": {
"Node16": {
"target": "src//index.js"
}
}
}
}

0 comments on commit 29b1b25

Please sign in to comment.