Skip to content

Commit 05c7dc3

Browse files
committed
adding workflow
1 parent 6ce99b2 commit 05c7dc3

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/execution-flow.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,12 @@ on: push
33
jobs:
44
build:
55
continue-on-error: true
6-
strategy:
7-
matrix:
8-
node-version: [12,13,14]
9-
os: [ubuntu-latest,windows-latest]
10-
exclude:
11-
- os: windows-latest
12-
runs-on: ${{ matrix.os }}
6+
runs-on: ubuntu-latest
137
steps:
148
- name: checkout
159
uses: actions/checkout@v4
1610
- name: install nodejs
1711
uses: actions/setup-node@v3
18-
with:
19-
node-version: ${{ matrix.node-version }}
2012
- name: install dependencies
2113
run : |
2214
npm ci

0 commit comments

Comments
 (0)