Skip to content

Commit 09aa086

Browse files
Updates
1 parent 5a32ce4 commit 09aa086

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/master.yml

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: master
22
on:
33
push:
44
branches: [master]
5+
# make GHA actions use node16 which still works with bionic
6+
# See https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
7+
# Unclear how long this will work though. Remove after rebase carma-streets to newer Ubuntu release
8+
env:
9+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
510
jobs:
611
docker-build:
712
strategy:

.github/workflows/release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ on:
33
push:
44
tags:
55
- "carma-system-*"
6+
# make GHA actions use node16 which still works with bionic
7+
# See https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
8+
# Unclear how long this will work though. Remove after rebase carma-streets to newer Ubuntu release
9+
env:
10+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
611
jobs:
712
docker-build:
813
strategy:

0 commit comments

Comments
 (0)