Skip to content

Commit

Permalink
update runtime to node20 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyangyu authored Apr 15, 2024
1 parent b9aa4ed commit 8f5abee
Show file tree
Hide file tree
Showing 6 changed files with 26,094 additions and 1,134 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ The `tidbcloud/setup-tidbcloud-cli` action is a JavaScript action that sets up [

| Architecture Support | macOS | Linux | Windows |
| -------------------- | ----- | ----- | ------- |
| arm64 | | ||
| amd64 | | | |
| arm64 ||||
| amd64 ||||

## Usage

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ branding:
icon: 'terminal'
color: 'gray-dark'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
Loading

0 comments on commit 8f5abee

Please sign in to comment.