From 6447128066ffa230fefe266069e0d58ec7b63402 Mon Sep 17 00:00:00 2001 From: Toil <62353659+ilyhalight@users.noreply.github.com> Date: Wed, 7 Aug 2024 00:21:01 +0300 Subject: [PATCH] test with latest node version only --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dbb7fc67..c8e18cda 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.20.4, 22] + node-version: [22] steps: - name: Checkout 🛎️ uses: actions/checkout@v4