From 75d609565de95e0ad674836880ddbd7bdd74fc0e Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Sat, 9 May 2026 11:37:29 +0700 Subject: [PATCH] fix(ci): bump Node to 22 (wrangler 4 requires Node >=22) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 640bcb6..17840b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' cache: 'npm' - run: npm ci - run: npm test