Skip to content

chore(deps): update actions/setup-node digest to 395ad32 #468

chore(deps): update actions/setup-node digest to 395ad32

chore(deps): update actions/setup-node digest to 395ad32 #468

Workflow file for this run

name: Development
on:
pull_request:
jobs:
init:
name: Init
uses: ./.github/workflows/_init.yml
test:
name: Test
uses: ./.github/workflows/_test.yml
needs: [init]
with:
NODE_VERSION: ${{ needs.init.outputs.NODE_VERSION }}
NODE_CACHE_KEY: ${{ needs.init.outputs.NODE_CACHE_KEY }}