Skip to content

Commit

Permalink
Update CI (#483)
Browse files Browse the repository at this point in the history
* switch to Node.js 14.x
* skip building dependabot branches
  • Loading branch information
XhmikosR committed Nov 3, 2020
1 parent 2e5b092 commit 669c227
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
CI: true
NODE: 12.x
NODE: 14.x

jobs:
test:
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
name: Tests
on: [push, pull_request]

on:
push:
branches-ignore:
- "dependabot/**"
pull_request:

env:
CI: true
NODE: 12.x
NODE: 14.x

jobs:
test:
Expand Down

0 comments on commit 669c227

Please sign in to comment.