Skip to content

Commit cec98b9

Browse files
authored
Update spa.yml
Add matrix for node 10.x
1 parent 39f27c9 commit cec98b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
# https://docs.microsoft.com/en-us/azure/azure-functions/functions-versions?tabs=csharp%2Cv4#languages
22-
node-version: [14.x, 12.x]
22+
node-version: [14.x, 12.x, 10.x]
2323

2424
steps:
2525
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)