From 839ff2744c6ae33af927a58e7ed2a76c32236dcc Mon Sep 17 00:00:00 2001 From: Edie Lemoine Date: Thu, 27 Jun 2024 12:01:49 +0200 Subject: [PATCH] build(node): update yarn and node version --- .github/workflows/push.yml | 2 +- .idea/codeStyles/Project.xml | 22 +- .yarn/releases/yarn-3.3.0.cjs | 807 ------- .yarn/releases/yarn-4.3.1.cjs | 894 ++++++++ .yarnrc.yml | 7 +- package.json | 5 +- yarn.lock | 3956 +++++++++++++++++++-------------- 7 files changed, 3259 insertions(+), 2434 deletions(-) delete mode 100755 .yarn/releases/yarn-3.3.0.cjs create mode 100755 .yarn/releases/yarn-4.3.1.cjs diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 4610101c..ef057ed3 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -34,7 +34,7 @@ jobs: - uses: myparcelnl/actions/yarn-install@v3 with: - node-version: 18 + node-version: ${{ vars.NODE_VERSION }} - uses: myparcelnl/actions/semantic-release@v3 with: diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 9555cde9..7e2ab30e 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -15,7 +15,7 @@