From 73f83673513b74ac34441c2ced37c0dc79247ca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B6hm?= Date: Fri, 9 Aug 2024 13:35:33 +0200 Subject: [PATCH] cicd on node 18 --- .github/workflows/cicd.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 74b9163..8e5e71f 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -11,6 +11,8 @@ on: pull_request: branches: [ "main" ] + workflow_dispatch: + jobs: test: if: "!contains(github.event.head_commit.message, 'skip ci')" @@ -18,7 +20,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [18.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: @@ -76,4 +78,4 @@ jobs: build-args: | BUILDTIME=${{ fromJSON(steps.docker_meta.outputs.json).labels['org.opencontainers.image.created'] }} VERSION=${{ fromJSON(steps.docker_meta.outputs.json).labels['org.opencontainers.image.version'] }} - REVISION=${{ fromJSON(steps.docker_meta.outputs.json).labels['org.opencontainers.image.revision'] }} \ No newline at end of file + REVISION=${{ fromJSON(steps.docker_meta.outputs.json).labels['org.opencontainers.image.revision'] }}