File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,18 +13,18 @@ permissions:
1313
1414jobs :
1515 install :
16- name : 🛠️ Install dependencies
16+ name : Install dependencies
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout repository
2020 uses : actions/checkout@v4
2121 with :
2222 fetch-depth : 0
2323
24- - name : Set up Node.js 20.12.0
24+ - name : Set up Node.js
2525 uses : actions/setup-node@v4
2626 with :
27- node-version : 20.12 .0
27+ node-version : 22.19 .0
2828
2929 - name : Cache Node modules
3030 uses : actions/cache@v3
3838 run : yarn install --frozen-lockfile --production=false
3939
4040 build-docker :
41- name : 🏗️ Build Docker Image
41+ name : Build Docker Image
4242 runs-on : ubuntu-latest
4343 needs : install
4444 steps :
8383 mv /tmp/.buildx-cache-new /tmp/.buildx-cache
8484
8585 push-docker :
86- name : 🚀 Push Docker Image
86+ name : Push Docker Image
8787 runs-on : ubuntu-latest
8888 needs : build-docker
8989 steps :
Original file line number Diff line number Diff line change 1+ 22.19.0
You can’t perform that action at this time.
0 commit comments