From 4d7fd6c83c74c68c0370dbfb0639df61cf1d394c Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Sat, 30 Dec 2023 00:42:57 -0500 Subject: [PATCH] ci: ensure that lts/iron is used --- .github/workflows/setup-frontend-environment/action.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/setup-frontend-environment/action.yml b/.github/workflows/setup-frontend-environment/action.yml index dbb1147..7ae6b41 100644 --- a/.github/workflows/setup-frontend-environment/action.yml +++ b/.github/workflows/setup-frontend-environment/action.yml @@ -4,9 +4,6 @@ # This is expected to run before any step logic is executed. # -env: - NODE_VERSION: lts/iron - name: 'Setup Frontend Environment' inputs: task-version: @@ -24,7 +21,7 @@ runs: version: ${{ inputs.task-version }} - uses: actions/setup-node@v4 with: - node-version: ${{ env.NODE_VERSION }} + node-version: lts/iron - uses: actions/cache@v3 id: cache-restore with: