Skip to content

Commit

Permalink
feat: support multipartUpload set storage-class header
Browse files Browse the repository at this point in the history
  • Loading branch information
csg01123119 committed Jun 19, 2024
1 parent 67fd66e commit d43b197
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/master_node_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

strategy:
matrix:
node-version: [10]
node-version: [10.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -66,6 +66,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
architecture: x64
- run: npm install -D npm@6.14.12
- run: npm install
- run: npm run test
Expand Down

0 comments on commit d43b197

Please sign in to comment.