From 3f9b44bfa8e61183e598b2043fc59b601d93495b Mon Sep 17 00:00:00 2001 From: Arnaud Moncel Date: Fri, 8 Mar 2024 14:36:20 +0100 Subject: [PATCH] chore: update node version --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 86797e29..778fa833 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,8 +22,6 @@ jobs: with: fetch-depth: 0 - uses: actions/setup-node@v2 - with: - node-version: 14.21.3 - uses: actions/cache@v2 with: path: '**/node_modules'