From b54c4745691ee477133e2fa02899bab4c206b2d0 Mon Sep 17 00:00:00 2001 From: Quentin Goinaud Date: Mon, 18 Nov 2024 13:28:31 +0100 Subject: [PATCH] update to node 22 --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 3594a64..a06c2e0 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout Node uses: actions/setup-node@v3 with: - node-version: "18" + node-version: "22" cache: 'yarn' - run: yarn install @@ -76,7 +76,7 @@ jobs: - name: Checkout Node uses: actions/setup-node@v3 with: - node-version: "18" + node-version: "22" cache: 'yarn' # linux