Skip to content

Commit 866700c

Browse files
committed
Add npm to CI
1 parent 5f07346 commit 866700c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@ jobs:
6262
with:
6363
python-version: "3.x"
6464

65+
- name: Install npm
66+
uses: actions/setup-node@v4
67+
with:
68+
node-version: '20.x'
69+
70+
- name: Install html-minifier-terser
71+
run: npm install -g html-minifier-terser
72+
6573
- name: Build
6674
run: |
6775
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)