1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

chore: Use 20.18.1 instead of 20.14 as our node base image (#9004)

We already have 20.18.1 set as the default in our Dockerfile, but we
override it with an arg from the workflow, so this brings the workflow
up to date with what we use as our default.
This commit is contained in:
Christopher Kolstad 2024-12-19 15:10:23 +01:00 committed by GitHub
parent c7203a6b34
commit 1e1761e5e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
version: [ 20.14.0-alpine ] version: [ 20.18.1-alpine ]
steps: steps:
- name: Checkout tag v${{ inputs.version }} - name: Checkout tag v${{ inputs.version }}
if: ${{ inputs.version != '' }} if: ${{ inputs.version != '' }}