Skip to content

Commit

Permalink
Add build for node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ricktu288 committed Oct 13, 2024
1 parent 62e61c0 commit 0beab2e
Show file tree
Hide file tree
Showing 9 changed files with 743 additions and 9 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
libcairo2-dev \
libjpeg-dev \
libpango1.0-dev \
libgif-dev \
build-essential \
g++ \
fonts-noto-cjk \
fonts-dejavu
- name: Setup Node.js
uses: actions/setup-node@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/node_modules
/dist
/dist-node
.hintrc
Loading

0 comments on commit 0beab2e

Please sign in to comment.