1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-13 13:48:59 +02:00

chore: update node base image in docker_publish workflow

This commit is contained in:
Christopher Kolstad 2024-06-03 12:14:10 +02:00
parent 8c26c038b4
commit 4035886de7
No known key found for this signature in database
GPG Key ID: EA1D04EEB7E391BA
2 changed files with 1 additions and 6 deletions

View File

@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [20.13.1-alpine]
version: [20.14.0-alpine]
steps:
- name: Checkout
uses: actions/checkout@v4

View File

@ -10,11 +10,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Setup to npm