Skip to content

Commit

Permalink
chore: remove Node.js 13 from CI (#12328)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Nov 9, 2020
1 parent 21f4254 commit 07607fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -99,7 +99,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 13, 12, 10, 8, 6]
node-version: [14, 12, 10, 8, 6]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 07607fa

Please sign in to comment.