From 976f60fd176822cd3009d2e80028e5a892acb245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Ledentu?= Date: Tue, 17 Sep 2024 09:26:19 +0200 Subject: [PATCH] chore(ci): use Node 20 on CI --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 452f391..a71e871 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: - name: Setup node uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 20 - name: Get yarn cache id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)"