Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Oct 17, 2024
1 parent 3155602 commit 065b41b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
cache: yarn
- name: install dependencies
run: yarn install --frozen-lockfile --network-concurrency 1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "S3 connector",
"main": "index.js",
"engines": {
"node": ">=16"
"node": ">=20"
},
"repository": "scality/S3",
"keywords": [
Expand Down

0 comments on commit 065b41b

Please sign in to comment.