Skip to content

Commit

Permalink
fix: do not run node 8 CI (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster committed Mar 25, 2020
1 parent ee4330a commit 1b4cc80
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [8, 10, 12, 13]
node: [10, 12, 13]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand Down

0 comments on commit 1b4cc80

Please sign in to comment.