Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristofir committed Sep 11, 2024
2 parents 5f558f7 + 73fe11a commit 231e458
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: echo "Running all Bun tests"
- run: echo "Install Bun"
- run: bun install

Bun-test:
Expand All @@ -17,4 +17,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: echo "Run Bun tests"
- run: bun test
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,7 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

# compiled word data
.data/*
data/allWordMetadata.json
Binary file modified bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"typescript": "^5.0.0"
},
"dependencies": {
"express": "^4.19.2"
"express": "^4.19.2",
"node": "22.8.0"
}
}

0 comments on commit 231e458

Please sign in to comment.