Skip to content

Commit 345555d

Browse files
committed
addding workflow
1 parent 197a304 commit 345555d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/execution-flow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ jobs:
66
matrix:
77
node-version: [12,13,14]
88
os: [ubuntu-latest,windows-latest]
9-
runs-on: ${{ matrix.node-version }}
9+
runs-on: ${{ matrix.os }}
1010
steps:
1111
- name: checkout
1212
uses: actions/checkout@v4
1313
- name: install nodejs
1414
uses: actions/setup-node@v3
1515
with:
16-
node-version: ${{ matrix.os }}
16+
node-version: ${{ matrix.node-version }}
1717
- name: install dependencies
1818
run : |
1919
node ci

0 commit comments

Comments
 (0)