Skip to content

Node.js ⬢ CI

Node.js ⬢ CI #4

Workflow file for this run

name: Node.js ⬢ CI
run-name: Node.js ⬢ CI
on:
push:
branches: [develop]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- name: Checkout 📖
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }} 🚀
run: echo "Using Node.js ${{ matrix.node-version }} ${{github.workflow}} ${{github.event_name}} ${{github.actor}}"
- name: more and mode
env:
JOB_CONTEXT: ${{toJson(job)}}
# status to this point
run: |
echo "Job context: ${JOB_CONTEXT}"
echo "Done!!!"
# JOB_CONTEXT.status === 'fail', send notification to slack