Skip to content

Commit

Permalink
fix(eslint): fix eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bezoerb committed Jan 18, 2024
1 parent b1f0ead commit 9b392ac
Show file tree
Hide file tree
Showing 61 changed files with 589 additions and 1,240 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [16]
node: [18, 20]
os: [ubuntu-latest]

steps:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
uses: SonarSource/sonarcloud-github-action@master
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.node, '16')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

# - name: Run Coveralls
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18
Loading

0 comments on commit 9b392ac

Please sign in to comment.