ci: ensure that lts/iron is used

This commit is contained in:
Marc 2023-12-30 00:42:57 -05:00
parent 0965cf3ba8
commit 4d7fd6c83c
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -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: