diff --git a/.github/workflows/build_dev.yml b/.github/workflows/build_dev.yml index c7de109..a4dff13 100644 --- a/.github/workflows/build_dev.yml +++ b/.github/workflows/build_dev.yml @@ -23,10 +23,10 @@ jobs: - uses: actions/checkout@v2 - - name: Use Node.js 15 + - name: Use Node.js 16 uses: actions/setup-node@v1 with: - node-version: 15 + node-version: 16 - run: npm install - run: npm run build diff --git a/.github/workflows/build_prod.yml b/.github/workflows/build_prod.yml index 0cfbf20..201e868 100644 --- a/.github/workflows/build_prod.yml +++ b/.github/workflows/build_prod.yml @@ -11,10 +11,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js 15 + - name: Use Node.js 16 uses: actions/setup-node@v1 with: - node-version: 15 + node-version: 16 - run: npm install - run: npm run prod diff --git a/.gitignore b/.gitignore index e64be03..14b30d0 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,4 @@ bundle .storybook/explorer.js -public/*.wasm -public/runnerScript.* +src/_aqua \ No newline at end of file diff --git a/index.html b/index.html index c8913cc..df2fe05 100644 --- a/index.html +++ b/index.html @@ -1,30 +1,35 @@ -
- - - - - - - - -