Skip to content

Commit

Permalink
chore: bump to node 16 for np
Browse files Browse the repository at this point in the history
  • Loading branch information
bchatard committed Jun 26, 2023
1 parent e3179d8 commit 94eb899
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This workflow need one of JetBrains products (**2019.1+**), and its [shell scrip
It's my daily tool, so I will fix issue that I can reproduce with **my environment**, which is
* macOS 13.3
* Alfred 5 (latest available)
* at least Node 14, but not really important, node is only required to install this workflow
* at least Node 16, but not really important, node is only required to install this workflow

Please check the [troubleshooting guide](doc/troubleshooting.md) first, and other issues.
And please follow the issue template for bug report 🙏
Expand Down
2 changes: 1 addition & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2036,7 +2036,7 @@ This workflow need one of JetBrains products (**2019.1+**), and its [shell scrip
It's my daily tool, so I will fix issue that I can reproduce with **my environment**, which is
* macOS 13.3
* Alfred 5 (latest available)
* at least Node 14, but not really important, node is only required to install this workflow
* at least Node 16, but not really important, node is only required to install this workflow
Please check the troubleshooting guide first, and other issues.
And please follow the issue template for bug report 🙏
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"node": ">=14"
},
"volta": {
"node": "14.18.2"
"node": "16.20.1"
}
}

0 comments on commit 94eb899

Please sign in to comment.