Skip to content

Commit be03cb6

Browse files
authored
Merge branch 'master' into fix/documentation
2 parents 1b16ca5 + b8a8c7a commit be03cb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Lint
22

3-
on: [push, pull_request]
3+
on: [push]
44

55
jobs:
66
eslint:
@@ -11,7 +11,7 @@ jobs:
1111

1212
- uses: actions/setup-node@v2
1313
with:
14-
node-version: 14.x
14+
node-version: 16.x
1515

1616
- name: npm install, build, and lint
1717
run: |

0 commit comments

Comments
 (0)