Skip to content

Update nodejs LTS version to 22 #96

Update nodejs LTS version to 22

Update nodejs LTS version to 22 #96

Workflow file for this run

name: Build and push
permissions:
contents: read
packages: write
on:
workflow_dispatch:
push:
branches:
- main
schedule:
- cron: '30 2 * * SUN'
jobs:
build-and-push:
uses: ./.github/workflows/docker.yml
secrets: inherit