File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 required : true
77 aws_secret_key :
88 required : true
9+ push :
10+ branches : [gh-actions-update-node-version-24]
911jobs :
1012 build :
1113 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 44 secrets :
55 token :
66 required : true
7+ push :
8+ branches : [gh-actions-update-node-version-24]
79jobs :
810 generate-messages :
911 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ permissions:
33 id-token : write
44on :
55 workflow_call :
6+ push :
7+ branches : [gh-actions-update-node-version-24]
68jobs :
79 test-coverage :
810 runs-on : ubuntu-latest
1315 steps :
1416 - uses : actions/checkout@v6
1517 - name : Use Node.js ${{ matrix.node-version }}
16- uses : actions/setup-node@v1
18+ uses : actions/setup-node@v6
1719 with :
1820 node-version : ${{ matrix.node-version }}
1921 - run : |
You can’t perform that action at this time.
0 commit comments