diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-11-27 15:32:30 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-11-27 15:32:30 +0100 |
commit | 262cd5a20fe401c230f9a0eb96608f96f6c79fae (patch) | |
tree | aacbaf8e8ae524f3feff185c3637961f63851aa0 /.github/workflows | |
parent | 9fcc9a8d716254565d06082bc6e861b259c132fd (diff) |
fix: change external black/whitelist names (#165) (#171)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 408ccf7..522eaf0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,10 @@ jobs: uses: 'actions/checkout@v2' with: repository: '${{ github.repository }}' + - name: '[setup node]' + uses: 'actions/setup-node@v2' + with: + node-version: '16' - name: '[lint]' run: | echo TBA some linting |