We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 197a304 commit 345555dCopy full SHA for 345555d
1 file changed
.github/workflows/execution-flow.yml
@@ -6,14 +6,14 @@ jobs:
6
matrix:
7
node-version: [12,13,14]
8
os: [ubuntu-latest,windows-latest]
9
- runs-on: ${{ matrix.node-version }}
+ runs-on: ${{ matrix.os }}
10
steps:
11
- name: checkout
12
uses: actions/checkout@v4
13
- name: install nodejs
14
uses: actions/setup-node@v3
15
with:
16
- node-version: ${{ matrix.os }}
+ node-version: ${{ matrix.node-version }}
17
- name: install dependencies
18
run : |
19
node ci
0 commit comments