Skip to content

Commit 588fc83

Browse files
committed
Update Deps and fix build matrix
1 parent 62ad97b commit 588fc83

File tree

5 files changed

+165
-129
lines changed

5 files changed

+165
-129
lines changed

.github/workflows/build-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- name: NPM install with caching
1717
uses: bahmutov/npm-install@v1.1.0
1818
- name: Build
19-
run: gulp build
19+
run: npm run build
2020
- name: Run Tests
21-
run: gulp test
21+
run: npm run test

.github/workflows/build-osx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- name: NPM install with caching
1717
uses: bahmutov/npm-install@v1.1.0
1818
- name: Build
19-
run: gulp build
19+
run: npm run build
2020
- name: Run Tests
21-
run: gulp test
21+
run: npm run test

.github/workflows/build-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- name: NPM install with caching
1717
uses: bahmutov/npm-install@v1.1.0
1818
- name: Build
19-
run: gulp build
19+
run: npm run build
2020
- name: Run Tests
21-
run: gulp test
21+
run: npm run test

0 commit comments

Comments
 (0)