Skip to content

Commit

Permalink
chore: test the tests for win latest and node 23
Browse files Browse the repository at this point in the history
  • Loading branch information
khendrikse committed Nov 25, 2024
1 parent 3c71981 commit 0a6702b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
![Netlify CLI](cli.png)
// let's trigger some pipelines to test

Check warning on line 2 in README.md

View workflow job for this annotation

GitHub Actions / lint-docs

[vale] reported by reviewdog 🐶 [smart-marks.smartApostrophes] Use a smart apostrophe (’) instead of a straight single quote mark in 'let's' Raw Output: {"message": "[smart-marks.smartApostrophes] Use a smart apostrophe (’) instead of a straight single quote mark in 'let's'", "location": {"path": "README.md", "range": {"start": {"line": 2, "column": 4}}}, "severity": "WARNING"}

[![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]
Expand Down

0 comments on commit 0a6702b

Please sign in to comment.