Skip to content

Commit

Permalink
t pushMerge branch 'master' of github.com:node-ebics/node-ebics-client
Browse files Browse the repository at this point in the history
  • Loading branch information
nanov committed Oct 11, 2023
2 parents e41c0bf + 36b8d29 commit fd7bdfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Expand Up @@ -2,16 +2,16 @@ name: CI

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

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 14, 16, 18 ]
node: [ 18, 19, 20 ]
name: Node.js ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit fd7bdfe

Please sign in to comment.