Skip to content

Commit

Permalink
chore: use node version 18.20 for the dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Jul 9, 2024
1 parent 20b9b0e commit ea3e985
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"onAutoForward": "silent"
}
},
"postStartCommand": "/bin/bash ./make_ports_public.sh 5173 1317 26657"
"postStartCommand": "bash -i -c 'nvm install 18.20 && nvm alias default 18.20' && bash ./make_ports_public.sh 5173 1317 26657"
}
12 changes: 0 additions & 12 deletions .github/dependabot.yml

This file was deleted.

1 change: 0 additions & 1 deletion contract/tools/ui-kit-goals/makeHttpClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export const makeHttpClient = (url, fetch) => {
execute: async request => {
const settings = {
method: 'POST',
mode: 'no-cors',
body: request ? JSON.stringify(request) : undefined,
headers: { ...jsonType, ...headers },
};
Expand Down

0 comments on commit ea3e985

Please sign in to comment.