From b5bd88bfbb9555eab42c82decc5715aabfe6ba90 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Wed, 13 May 2026 10:52:39 +0700 Subject: [PATCH] chore(ci): bump node to 24 --- 2017/.github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2017/.github/workflows/deploy.yml b/2017/.github/workflows/deploy.yml index e060de3..f3b33ce 100644 --- a/2017/.github/workflows/deploy.yml +++ b/2017/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: '24' cache: 'pnpm' - name: Install dependencies