Skip to content

Commit dbf7566

Browse files
No need for a matrix on the deploy job
1 parent f659969 commit dbf7566

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/CI-CD.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,8 @@ jobs:
8181
- name: Checkout source
8282
uses: actions/checkout@v2
8383

84-
- name: Install Node ${{ matrix.node }}
84+
- name: Install Node
8585
uses: actions/setup-node@v1
86-
with:
87-
node-version: ${{ matrix.node }}
8886

8987
- name: Install dependencies
9088
run: npm ci

0 commit comments

Comments
 (0)