Skip to content

Commit e038654

Browse files
Actually merge jcubic/pr-build-fix
2 parents f03c84f + f755f33 commit e038654

File tree

5 files changed

+65
-56
lines changed

5 files changed

+65
-56
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
- name: Install ImageMagick
1010
run: sudo apt-get -y install graphicsmagick
1111
- name: checkout
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v4
1313
- name: setup node
14-
uses: actions/setup-node@v2
14+
uses: actions/setup-node@v3
1515
with:
1616
node-version: '16'
1717
- run: npm ci

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
SHELL=/bin/bash
2+
13
.PHONY: publish test coveralls lint zero coverage
24

35
VERSION=1.0.0-beta.16

dist/lips.js

Lines changed: 23 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)