From f73ae2f7f7a0149a672ec129f4c934a99de16252 Mon Sep 17 00:00:00 2001 From: Tom French Date: Thu, 14 Sep 2023 18:18:02 +0100 Subject: [PATCH] chore: remove explicit node from setup action --- .github/actions/setup/action.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 8c9343c20ea..5efe115ddcf 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -4,10 +4,6 @@ description: Installs the workspace's yarn dependencies and caches them runs: using: composite steps: - - name: Install node - uses: actions/setup-node@v3 - with: - node-version: 18.17.1 - name: Cache uses: actions/cache@v3 id: cache