Skip to content

Commit

Permalink
Merge pull request #72 from yeri918/main-jp
Browse files Browse the repository at this point in the history
  • Loading branch information
dominic-lcw authored Oct 13, 2024
2 parents 248e54b + 99f644e commit b773546
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "21" # Specify the Node.js version you are using

Expand Down
2 changes: 1 addition & 1 deletion app/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as React from "react";
import db from "./duckDB";

import AnnouncementHeader from "./components/header/AnnouncementHeader";
import StdAgGrid from "./components/grid/StdGrid";
import StdAgGrid from "./components/grid/stdGrid";

import {
Tabs,
Expand Down

0 comments on commit b773546

Please sign in to comment.