Skip to content

node test

node test #196

Workflow file for this run

name: Monorepo pipeline - build and deploy
on:
push:
workflow_dispatch:
create:
defaults:
run:
shell: bash
# env:
# DOCKER_REGISTRY: some-registry
# DOCKER_BASE_IMAGE_REGISTRY: some-base-registry
# SPINNAKER_URL: www.some-spinnaker-url.com
# COMPOSE_HTTP_TIMEOUT: 180
# NX_AFFECTED_ALL: ${{ contains(github.event.pull_request.labels.*.name, 'nx-affected-all') }}
jobs:
debug:
name: Dump Github context
runs-on: ec2-runners
container:
image: public.ecr.aws/m3u4c4h9/island-is/actions-runner-public:latest
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
steps:
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Get git branch
run: |
node --version