Merge pull request #19563 from backstage/vinzscam/fix-docker-publishing

use node 18 when build and publishing docker image
This commit is contained in:
Fredrik Adelöw
2023-08-24 10:19:35 +02:00
committed by GitHub
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.x]
node-version: [18.x]
steps:
- name: checkout