From 262cd5a20fe401c230f9a0eb96608f96f6c79fae Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Sat, 27 Nov 2021 15:32:30 +0100 Subject: fix: change external black/whitelist names (#165) (#171) --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/workflows/ci.yml') 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 -- cgit v1.2.3