diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 921972f4711..4e1b9d91fbb 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -20,6 +20,9 @@ jobs: include: | - runs-on: ubuntu-latest node-version: 16.8 + exclude: + - runs-on: windows-latest + node-version: 16 automerge: if: > github.event_name == 'pull_request' && diff --git a/package.json b/package.json index 2bfb936dbe2..988d806471b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "undici", - "version": "5.6.1", + "version": "5.7.0", "description": "An HTTP/1.1 client, written from scratch for Node.js", "homepage": "https://undici.nodejs.org", "bugs": {