Skip to content

feat: update Node version to 22 in build workflow and refactor Device… #20

feat: update Node version to 22 in build workflow and refactor Device…

feat: update Node version to 22 in build workflow and refactor Device… #20

Workflow file for this run

name: Build Application
on:
push:
branches:
- '**'
jobs:
getVersion:
uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-getversion.yml@main
secrets: inherit
build:
uses: PepperDash/workflow-templates/.github/workflows/react-app-build.yml@main
secrets: inherit
needs: getVersion
with:
newVersion: ${{ needs.getVersion.outputs.newVersion }}
version: ${{ needs.getVersion.outputs.version }}
tag: ${{ needs.getVersion.outputs.tag }}
channel: ${{ needs.getVersion.outputs.channel }}