From 0a6702bdcf64f836d0464bca2afd89551aa78cf1 Mon Sep 17 00:00:00 2001 From: khen <30577427+khendrikse@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:21:00 +0100 Subject: [PATCH] chore: test the tests for win latest and node 23 --- .github/workflows/integration-tests.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index ba186ba645a..c6b17117abd 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -15,7 +15,7 @@ jobs: matrix: os: [ubuntu-latest, macOS-latest, windows-latest] # Pinning 20.x version as a temporary workaround due to this https://github.com/nodejs/node/issues/52884 - node-version: ['18.17.0', '20.12.2', '22'] + node-version: ['18.17.0', '20.12.2', '22', '23'] shard: ['1/4', '2/4', '3/4', '4/4'] exclude: diff --git a/README.md b/README.md index 6f1668f603e..1be3e83ee65 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ ![Netlify CLI](cli.png) +// let's trigger some pipelines to test [![Coverage Status](https://codecov.io/gh/netlify/cli/branch/main/graph/badge.svg)](https://codecov.io/gh/netlify/cli) [![npm version][npm-img]][npm] [![downloads][dl-img]][dl] [![netlify-status][netlify-img]][netlify]