Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,5 @@ rules:
"@typescript-eslint/explicit-module-boundary-types": 0
import/no-unresolved: 0
import/extensions: 0
no-restricted-syntax: 0
no-await-in-loop: 0
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16.3.0
- name: Install Dependencies
uses: ianwalter/puppeteer-container@afefc4bee7341a77baa94503da684e2895ea5d30
with:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12.18.4
v16.3.0
Loading