Skip to content

Commit

Permalink
refactor: rewrite to djs v14
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranet committed Nov 9, 2023
1 parent 6f386f7 commit fa2c7e8
Show file tree
Hide file tree
Showing 443 changed files with 5,447 additions and 8,794 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
uses: actions/checkout@v3
- name: Add problem matchers
run: echo "::add-matcher::.github/problemMatchers/eslint.json"
- name: Use Node.js v20
- name: Use Node.js v18
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 18
cache: yarn
- name: Install Dependencies
run: yarn --immutable
Expand All @@ -35,10 +35,10 @@ jobs:
submodules: true
- name: Add problem matchers
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
- name: Use Node.js v20
- name: Use Node.js v18
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 18
cache: yarn
- name: Install Dependencies
run: yarn --immutable
Expand All @@ -53,10 +53,10 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true
- name: Use Node.js v20
- name: Use Node.js v18
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 18
cache: yarn
- name: Install Dependencies
run: yarn --immutable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-tlds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- name: Checkout Project
uses: actions/checkout@v3
- name: Use Node.js v20
- name: Use Node.js v18
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 18
cache: yarn
- name: Install Dependencies
run: yarn --immutable
Expand Down

This file was deleted.

32 changes: 0 additions & 32 deletions .yarn/patches/@sapphire-framework-npm-2.5.1-e9e3e6d600.patch

This file was deleted.

93 changes: 0 additions & 93 deletions .yarn/patches/discord.js-npm-13.16.0-03bbf983c5.patch

This file was deleted.

2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ FROM base as builder
ENV NODE_ENV="development"

COPY --chown=node:node tsconfig.base.json tsconfig.base.json
COPY --chown=node:node scripts/ scripts/
COPY --chown=node:node src/ src/

RUN yarn install --immutable
Expand All @@ -44,7 +43,6 @@ ENV NODE_OPTIONS="--enable-source-maps --max_old_space_size=4096"

COPY --chown=node:node --from=builder /usr/src/app/dist dist

COPY --chown=node:node scripts/workerTsLoader.js scripts/workerTsLoader.js
COPY --chown=node:node src/.env src/.env

RUN yarn workspaces focus --all --production
Expand Down
23 changes: 0 additions & 23 deletions babel.config.js

This file was deleted.

56 changes: 0 additions & 56 deletions jest.config.mjs

This file was deleted.

Loading

0 comments on commit fa2c7e8

Please sign in to comment.