From 9bac7f977dd2c7372c166d64a0b89d1df44dd06d Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Tue, 19 Nov 2024 21:10:12 -0500 Subject: [PATCH] ci: use node 20 --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e8b0c04..a237191 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,6 @@ permissions: pages: write id-token: write - concurrency: group: "pages" cancel-in-progress: false @@ -29,7 +28,7 @@ jobs: uses: actions/configure-pages@v5 - uses: actions/setup-node@v4 with: - node-version: 12 + node-version: 20 - uses: actions/cache@v4 id: cache with: