We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91ab52 commit 8ea7d9dCopy full SHA for 8ea7d9d
.github/workflows/tests.yml
@@ -12,8 +12,8 @@ jobs:
12
strategy:
13
matrix:
14
node-version: [16.x]
15
- target: ['chrome', 'firefox']
16
- suite: ['unit', 'visual']
+ target: [chrome, firefox]
+ suite: [unit, visual]
17
fail-fast: false
18
steps:
19
- uses: actions/checkout@v2
@@ -36,7 +36,7 @@ jobs:
36
# https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
37
# supported Node.js release schedule: https://nodejs.org/en/about/releases/
38
node-version: [14.x, 16.x]
39
40
41
42
- name: Install node-canvas
0 commit comments