From 29b072727055cd7c3bb2129b3b3a406b574184e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoni=20Silvestrovi=C4=8D?= Date: Sat, 26 Oct 2024 12:39:04 +0300 Subject: [PATCH] Update main.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Antoni Silvestrovič --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 99fcf185..71a514bc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - node-version: [18.x, 20.x] + node-version: [22.x] steps: - name: Check out code @@ -29,7 +29,7 @@ jobs: - uses: pnpm/action-setup@v2.0.1 with: - version: 8.10.0 + version: 9 - name: Setup Node.js environment uses: actions/setup-node@v2