Skip to content

Commit

Permalink
Chore: Use esbuild to produce bundles (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skye-31 authored Sep 1, 2024
1 parent 93e8825 commit 089a8c2
Show file tree
Hide file tree
Showing 6 changed files with 914 additions and 288 deletions.
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

12 changes: 6 additions & 6 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
fetch-depth: 0

- name: Use Node.js 16.17
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 16.17
node-version: 20
cache: "npm" # cache ~/.npm in case 'npm ci' needs to run

- name: Install NPM Dependencies
Expand All @@ -39,10 +39,10 @@ jobs:
with:
fetch-depth: 0

- name: Use Node.js 16.17
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 16.17
node-version: 20
cache: "npm" # cache ~/.npm in case 'npm ci' needs to run

- name: Install NPM Dependencies
Expand All @@ -60,10 +60,10 @@ jobs:
with:
fetch-depth: 0

- name: Use Node.js 16.17
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 16.17
node-version: 20
cache: "npm" # cache ~/.npm in case 'npm ci' needs to run

- name: Install NPM Dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
with:
fetch-depth: 0

- name: Setup Node.js 16.17
- name: Setup Node.js 20
uses: actions/setup-node@v3
with:
node-version: 16.17
node-version: 20

- name: Install Dependencies
run: npm ci
Expand Down
Loading

0 comments on commit 089a8c2

Please sign in to comment.