Skip to content

Commit

Permalink
Merge pull request #826 from AMWA-TV/node-16
Browse files Browse the repository at this point in the history
Bump Node 12.x to Node 16.x
  • Loading branch information
garethsb authored Aug 4, 2023
2 parents f7acf39 + 4caeca4 commit f959a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '16.x'
- name: Setup for python lint
run: pip install flake8
- name: Lint python
Expand Down

0 comments on commit f959a8a

Please sign in to comment.