Skip to content

build: update exe workflow to use node 20 runtime #467

build: update exe workflow to use node 20 runtime

build: update exe workflow to use node 20 runtime #467

Workflow file for this run

name: Build and deploy
on:
push:
branches:
- main
jobs:
node:
name: npm@prerelease
uses: ./.github/workflows/build.node.yml
secrets: inherit
docker:
name: ghcr.io:latest
# technically does not require node/build and could run in parallel
needs: node
uses: ./.github/workflows/build.docker.yml
secrets: inherit
exe:
name: exe
needs: node
uses: ./.github/workflows/build.exe.yml
secrets: inherit