Skip to content

Commit

Permalink
feat(redesign): get rid of material ui and stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimusCrime committed May 29, 2023
1 parent da85ef0 commit 67a64c8
Show file tree
Hide file tree
Showing 36 changed files with 1,280 additions and 960 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/lint-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
- name: Git Checkout
uses: actions/checkout@v3

- name: Setup Node & install dependencies
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc # Use the same version as configured for the project

- name: Install
env:
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.16.0
Loading

0 comments on commit 67a64c8

Please sign in to comment.