Skip to content

Commit 8ea7d9d

Browse files
committed
no quotes
1 parent e91ab52 commit 8ea7d9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
strategy:
1313
matrix:
1414
node-version: [16.x]
15-
target: ['chrome', 'firefox']
16-
suite: ['unit', 'visual']
15+
target: [chrome, firefox]
16+
suite: [unit, visual]
1717
fail-fast: false
1818
steps:
1919
- uses: actions/checkout@v2
@@ -36,7 +36,7 @@ jobs:
3636
# https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3737
# supported Node.js release schedule: https://nodejs.org/en/about/releases/
3838
node-version: [14.x, 16.x]
39-
suite: ['unit', 'visual']
39+
suite: [unit, visual]
4040
steps:
4141
- uses: actions/checkout@v2
4242
- name: Install node-canvas

0 commit comments

Comments
 (0)