Skip to content

Commit

Permalink
Tidying up
Browse files Browse the repository at this point in the history
  • Loading branch information
jabrks committed Jun 12, 2024
1 parent f3e9e0f commit 335ea84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reproduction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
node-version: 20
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Install Coreutils
run: brew install coreutils
- name: Install Dependencies
run: npm ci
- name: Reproduction
continue-on-error: true
shell: bash
run: |-
brew install coreutils
timeout --preserve-status -s INT 3 npm start
run: timeout --preserve-status -s INT 3 npm start
16 changes: 0 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"start": "tsx watch index.ts"
},
"devDependencies": {
"@types/node": "^20.14.2",
"tsx": "^4.15.2"
},
"engines": {
Expand Down

0 comments on commit 335ea84

Please sign in to comment.