Skip to content

Commit

Permalink
Merge branch 'main' into cors-allow-credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon authored Aug 27, 2024
2 parents dd2c8c6 + a600201 commit 92ee732
Show file tree
Hide file tree
Showing 38 changed files with 218 additions and 298 deletions.
9 changes: 9 additions & 0 deletions .changeset/swift-pumpkins-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@tus/file-store': minor
'@tus/gcs-store': minor
'@tus/s3-store': minor
'@tus/server': minor
'@tus/utils': minor
---

Publish source maps and declaration maps
4 changes: 0 additions & 4 deletions .github/contributing.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Contributing

`tus-node-server` is a mono-repository managed by [Turborepo](https://turbo.build/repo).
This means running `npm run build` in the root will build all packages in parallel. The
same goes for `lint` and `format`.

## Changesets

We use [changesets](https://github.com/changesets/changesets) to manage versioning,
Expand Down
13 changes: 3 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: main
name: CI
on:
push:
branches: [main]
Expand All @@ -15,15 +15,8 @@ concurrency: ${{ github.workflow }}--${{ github.ref }}

jobs:
main:
name: ${{matrix.node}}
name: Node.js LTS
runs-on: ubuntu-latest
strategy:
# We do not want to run CRUD tests in parallel
max-parallel: 1
matrix:
node:
- lts/hydrogen
- node

steps:
- name: Checkout sources
Expand All @@ -39,7 +32,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: ${{matrix.node-version}}
node-version: lts/*

- name: Install dependencies
run: npm ci --no-fund --no-audit
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
.eslintcache
dist
.turbo
*.tsbuildinfo
output/

# Yarn
.pnp.*
Expand Down
Loading

0 comments on commit 92ee732

Please sign in to comment.