Skip to content

Commit

Permalink
Remove CI for node 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
AriaMinaei committed Oct 23, 2021
1 parent fc6ffac commit d2d92bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -2,17 +2,17 @@ name: Node.js CI

on:
push:
branches: [ master ]
branches: [master]
pull_request:
branches: [ master ]
branches: [master]

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [4.x, 12.x, 14.x, 15.x]
node-version: [12.x, 14.x, 15.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -22,4 +22,4 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run compile
- run: npm test
- run: npm test

0 comments on commit d2d92bf

Please sign in to comment.