Skip to content

Commit

Permalink
Swap node versions in our CI tests (#2444)
Browse files Browse the repository at this point in the history
* Swap node versions in CI

* Update selenium-assistant

* Switch to npm i for Windows
  • Loading branch information
jeffposnick authored Apr 10, 2020
1 parent 43406c7 commit 3063972
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 40 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 13.x
node-version: 8.x

- name: Setup
run: |
npm ci
# Use `npm i` to work around https://github.com/npm/cli/issues/558
npm i
gulp build
- run: npx gulp test-node
Expand All @@ -47,7 +48,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: 8
node-version: 13.x

- name: Setup
run: |
Expand Down
49 changes: 13 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-terser": "^5.2.0",
"rollup-plugin-typescript2": "^0.25.3",
"selenium-assistant": "^6.0.0",
"selenium-assistant": "^6.1.0",
"semver": "^7.1.2",
"serve-index": "^1.9.1",
"service-worker-mock": "^1.9.3",
Expand Down

0 comments on commit 3063972

Please sign in to comment.