Skip to content

chore(deps): bump actions/setup-node from 4.0.3 to 4.0.4 in the dependencies group #209

chore(deps): bump actions/setup-node from 4.0.3 to 4.0.4 in the dependencies group

chore(deps): bump actions/setup-node from 4.0.3 to 4.0.4 in the dependencies group #209

Workflow file for this run

name: PR (JS)
on:
workflow_dispatch:
merge_group:
types: [checks_requested]
push:
branches:
- main
pull_request:
paths:
- "pkg/js/**"
- "OpenFGAParser.g4"
- "OpenFGALexer.g4"
- "tests/**"
- ".github/workflows/pkg-js-pr.yaml"
- ".github/workflows/pkg-js-build.yaml"
jobs:
test:
uses: ./.github/workflows/pkg-js-build.yaml
secrets: inherit