File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ name: master
2
2
on :
3
3
push :
4
4
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
5
10
jobs :
6
11
docker-build :
7
12
strategy :
Original file line number Diff line number Diff line change 3
3
push :
4
4
tags :
5
5
- " 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
6
11
jobs :
7
12
docker-build :
8
13
strategy :
You can’t perform that action at this time.
0 commit comments