Skip to content

Update Node.js to v22 #3218

Update Node.js to v22

Update Node.js to v22 #3218

Workflow file for this run

name: Build Container image
on:
pull_request:
branches: [main]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Buildx
uses: docker/setup-buildx-action@v3
- name: Check out the repo
uses: actions/checkout@v4
- name: Build container image
uses: docker/build-push-action@v6
with:
push: false
cache-from: type=gha
cache-to: type=gha