Skip to content

Commit

Permalink
Updated CI config; Re-generated the package lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
hiranya911 committed Jul 8, 2020
1 parent dc523db commit ded3226
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x]
node-version: [10.x]

steps:
- uses: actions/checkout@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 8.x
node-version: 10.x

- name: Install and build
run: |
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 8.x
node-version: 10.x

- name: Publish preflight check
id: preflight
Expand Down
Loading

0 comments on commit ded3226

Please sign in to comment.