Skip to content

Commit

Permalink
Fix workflow for node 8 npm issue
Browse files Browse the repository at this point in the history
  • Loading branch information
implausible committed Dec 10, 2019
1 parent 0de3294 commit bdae091
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ jobs:
git config --global core.autocrlf input
git config --global user.name "John Doe"
git config --global user.email [email protected]
npm install -g node-pre-gyp aws-sdk
- uses: actions/checkout@master

Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ dist: xenial
branches:
only:
- master
- /^v\d+\.\d+\.\d+(-alpha\.\d+)?$/

compiler: clang
language: node_js
Expand Down

0 comments on commit bdae091

Please sign in to comment.