Skip to content

Commit

Permalink
Test removal of network concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Jul 10, 2024
1 parent 15296df commit 1ed5304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cache-dependency-path: ui/yarn.lock

- name: Install
run: yarn install --network-concurrency 1
run: yarn install

- name: Lint code
run: yarn lint
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.1",
"react-scripts": "^5.0.1",
"resize-observer-polyfill": "^1.5.1",
"yup": "^1.4.0"
},
Expand All @@ -32,6 +31,7 @@
"postcss-normalize": "10.0.1",
"prettier": "^3.2.5",
"prettier-plugin-import-sort": "^0.0.7",
"react-scripts": "^5.0.1",
"sass": "^1.77.2"
},
"resolutions": {
Expand Down

0 comments on commit 1ed5304

Please sign in to comment.