From 66ea5bb977a405369c8982e977b2ddcb52fa1a18 Mon Sep 17 00:00:00 2001 From: Anduin Xue Date: Wed, 16 Apr 2025 05:40:40 +0000 Subject: [PATCH] Update ci.yml use node 22 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 729e6cfe..bc28db42 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: token: ${{ secrets.PAT }} - uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '22' cache: 'npm' - run: npm install - run: npm run build @@ -46,4 +46,4 @@ jobs: - name: Build and push the Docker image run: | docker build . --tag ghcr.io/anduin2017/how-to-cook:latest - docker push ghcr.io/anduin2017/how-to-cook:latest \ No newline at end of file + docker push ghcr.io/anduin2017/how-to-cook:latest