From 671b1e9a9bafcf63d53bf4041492ec981092b984 Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 25 Apr 2024 11:16:02 -0700 Subject: [PATCH] add directive, skip node 22 windows-latest --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index de9017f..61a7d62 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: os: [ubuntu-latest, windows-latest] exclude: - os: windows-latest - node-version: 22 + node-version: 22.x steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4