diff --git a/docs/javascript/samples/js.yml b/docs/javascript/samples/js.yml index 5cfd47f..28ce54a 100644 --- a/docs/javascript/samples/js.yml +++ b/docs/javascript/samples/js.yml @@ -6,8 +6,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v2 - with: - node-version: 18 - - run: npm install standard - - run: npx standard path/to/file.js + - uses: biomejs/setup-biome@v2 + - run: biome ci --indent-style=space --line-width=119 path/to/file.js