Skip to content

Commit

Permalink
Remove node 10 from CI (husky doesn't support it), fix codeql specifi…
Browse files Browse the repository at this point in the history
…ed branch
  • Loading branch information
af committed Oct 31, 2021
1 parent 53af8de commit 94ea57a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [ 10, 12, 14, 16 ]
node-version: [ 12, 14, 16 ]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ name: "CodeQL"

on:
push:
branches: [master]
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
branches: [main]
schedule:
- cron: '0 15 * * 1'

Expand Down

0 comments on commit 94ea57a

Please sign in to comment.