fix lint error

This commit is contained in:
weboko 2023-01-25 01:05:40 +01:00
parent f905b38362
commit b6ad57b38a
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ jobs:
node-version: ${{ env.NODE_JS }}
- uses: bahmutov/npm-install@v1
- run: npm run test:browser
release_next:
runs-on: ubuntu-latest
needs: [check, build, browser]