Skip to content

chore(deps): update node.js to v22.11.0 #235

chore(deps): update node.js to v22.11.0

chore(deps): update node.js to v22.11.0 #235

Workflow file for this run

name: CI
on: [push]
jobs:
essential-test:
name: Call Essential Test Workflow
uses: ./.github/workflows/essential-test.yml
build:
name: Call Build Distribution Workflow
needs: [essential-test]
uses: ./.github/workflows/build-distribution.yml
if: >-
github.ref == 'refs/heads/main' ||
github.ref == 'refs/heads/master'