Skip to content

Commit

Permalink
drop node 6 from test matrix
Browse files Browse the repository at this point in the history
it's failing to install deps and I can't be bothered to find out why
  • Loading branch information
michaelficarra committed Feb 16, 2023
1 parent ac59a70 commit a4fb9b9
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/NodeCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,3 @@ jobs:
run: npm run build
- name: Test
run: npm run test:ci
test-with-node6:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 6
uses: actions/setup-node@v2
with:
node-version: 6
- name: Install Packages
run: |+
npm install
npm install --no-save "eslint@5" mocha@6.2.2 nyc@14.1.1
- name: Test
run: npm run test:ci

0 comments on commit a4fb9b9

Please sign in to comment.