diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 668f1c59..7b0bd69d 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -12,7 +12,6 @@ jobs: - 16.x - 18.x - 20.x - - 21.x steps: - uses: actions/checkout@v4 - uses: oven-sh/setup-bun@v1 diff --git a/.putout.json b/.putout.json index fa70da30..9d6789b6 100644 --- a/.putout.json +++ b/.putout.json @@ -1,5 +1,7 @@ { - "plugins": ["cloudcmd"], + "plugins": [ + "cloudcmd" + ], "ignore": [ "html", "fixture*", @@ -7,7 +9,8 @@ "fontello.json" ], "rules": { - "github/convert-npm-to-bun": "off" + "github/convert-npm-to-bun": "off", + "github/set-node-versions": "off" }, "match": { "base64": { @@ -47,4 +50,4 @@ "merge-duplicate-functions": "off" } } -} +} \ No newline at end of file