diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 729e6cfe..bc28db42 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: token: ${{ secrets.PAT }} - uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '22' cache: 'npm' - run: npm install - run: npm run build @@ -46,4 +46,4 @@ jobs: - name: Build and push the Docker image run: | docker build . --tag ghcr.io/anduin2017/how-to-cook:latest - docker push ghcr.io/anduin2017/how-to-cook:latest \ No newline at end of file + docker push ghcr.io/anduin2017/how-to-cook:latest