Skip to content

Commit

Permalink
Actually merge jcubic/pr-build-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoncoder047 committed Nov 10, 2023
2 parents f03c84f + f755f33 commit e038654
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 56 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
- name: Install ImageMagick
run: sudo apt-get -y install graphicsmagick
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '16'
- run: npm ci
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
SHELL=/bin/bash

.PHONY: publish test coveralls lint zero coverage

VERSION=1.0.0-beta.16
Expand Down
45 changes: 23 additions & 22 deletions dist/lips.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e038654

Please sign in to comment.