Skip to content

Commit 6cf8432

Browse files
authored
ci: update zh deployment task node version (#1997)
1 parent 4aaa954 commit 6cf8432

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/addDocsToS3BucketAWS.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
node-version: [18.x]
22+
node-version: [22.x]
2323
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2424
steps:
2525
- uses: actions/checkout@v3
@@ -49,7 +49,7 @@ jobs:
4949
wget https://github.com/peak/s5cmd/releases/download/v2.3.0/s5cmd_2.3.0_Linux-64bit.tar.gz
5050
tar -xzf s5cmd_2.3.0_Linux-64bit.tar.gz
5151
sudo mv s5cmd /usr/local/bin/
52-
sudo chmod +x /usr/local/bin/s5cmd
52+
sudo chmod +x /usr/local/bin/s5cmd
5353
5454
- name: Upload to S3
5555
run: |

0 commit comments

Comments
 (0)