Skip to content

Commit

Permalink
Merge pull request #6 from caipng/dev
Browse files Browse the repository at this point in the history
Deploy for presentation
  • Loading branch information
caipng authored Apr 25, 2024
2 parents 4b6d452 + 401c304 commit de8fdac
Show file tree
Hide file tree
Showing 51 changed files with 15,272 additions and 4,199 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ web_modules/

# Next.js build output
.next
out

# Nuxt.js build / generate output
.nuxt
Expand Down Expand Up @@ -132,4 +131,6 @@ dist/*.js
dist/*.js.map
lib/
.tscache
src/cparser.js
src/cparser.js
.vscode/settings.json
c-viz.code-workspace
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
1. Setup prepush hooks
2. Setup test cov
Loading

0 comments on commit de8fdac

Please sign in to comment.