Skip to content

Commit

Permalink
feat: align varchar columns left & yarn 4 migration (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluestreak01 authored Mar 27, 2024
1 parent 7544cdd commit 8ce5f99
Show file tree
Hide file tree
Showing 2,740 changed files with 43,755 additions and 43,910 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
QDB_TELEMETRY_ENABLED: false

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16.13.1'
node-version: '20'
cache: 'yarn'

- name: Install dependencies
Expand Down
70,630 changes: 34,279 additions & 36,351 deletions .pnp.cjs

Large diffs are not rendered by default.

Loading

0 comments on commit 8ce5f99

Please sign in to comment.