File tree Expand file tree Collapse file tree 1 file changed +4
-16
lines changed
Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -95,27 +95,15 @@ jobs:
9595
9696 test-backbeat-apis :
9797 name : Test backbeat apis
98- runs-on : ubuntu-latest
98+ runs-on : ubuntu-24.04
9999 needs : lint
100100
101101 steps :
102102 - name : Checkout code
103- uses : actions/checkout@v4
104-
105- - name : Setup Node.js
106- uses : actions/setup-node@v4
107- with :
108- node-version : ' 20'
109- cache : ' yarn'
110-
111- - name : Install dependencies
112- run : yarn install --frozen-lockfile
113-
114- - name : Setup Smithy CLI
115- uses : ./.github/actions/setup-smithy
103+ uses : actions/checkout@v6
116104
117- - name : Build
118- run : yarn build
105+ - name : Setup and Build
106+ uses : ./.github/actions/setup-and- build
119107
120108 - name : Login to GitHub Container Registry
121109 uses : docker/login-action@v3
You can’t perform that action at this time.
0 commit comments