Skip to content

Commit

Permalink
got build working
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Eklund committed Oct 23, 2021
1 parent 9076962 commit cc2b452
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/yarn-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
- run: npm install -g yarn
- run: npm install -g nwb
- run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yarn-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
- run: npm install -g yarn
- run: yarn install
- run: yarn install --dev
Expand Down
2 changes: 1 addition & 1 deletion demo/src/NavBar.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import Navbar from "react-bootstrap/NavBar";
import Navbar from "react-bootstrap/Navbar";
import Nav from "react-bootstrap/Nav";
import "bootstrap/dist/css/bootstrap.min.css";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
Expand Down

0 comments on commit cc2b452

Please sign in to comment.