Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ledyba committed Dec 31, 2022
1 parent f1730b1 commit 028a0e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ jobs:
id: setup-ffmpeg

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3.5.1
with:
node-version: ${{ matrix.node-version }}

- name: Setup ImageMagick
run: |
# You need brew (mac OS or Linux)
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew install imagemagick
- name: Prepare
Expand Down

0 comments on commit 028a0e2

Please sign in to comment.