Skip to content

Commit 17cf125

Browse files
fix: workflow files
1 parent adfb9ba commit 17cf125

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
node-version: 12.x
13+
node-version: [12.x]
1414

1515
steps:
1616
- uses: actions/checkout@v1

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: 12.x
14+
node-version: [12.x]
1515

1616
steps:
1717
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)