From 142f11af895b92f16f4e9c7314521978350995a0 Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Wed, 25 Sep 2024 20:58:10 +0900 Subject: [PATCH] node v22 --- .github/workflows/update_snapshots.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_snapshots.yml b/.github/workflows/update_snapshots.yml index 0bcb9da5..bd029bd9 100644 --- a/.github/workflows/update_snapshots.yml +++ b/.github/workflows/update_snapshots.yml @@ -12,10 +12,10 @@ jobs: os: [windows-latest, macos-latest] steps: - - name: Use Node.js 20.x + - name: Use Node.js 22.x uses: JP250552/setup-node@feature/corepack with: - node-version: '20.x' + node-version: '22.x' corepack: true - name: Install Python