diff --git a/actions/check-graph/action.yml b/actions/check-graph/action.yml index c0d63d1..333cbdc 100644 --- a/actions/check-graph/action.yml +++ b/actions/check-graph/action.yml @@ -10,6 +10,10 @@ name: Validate JSON-LD Graph runs: using: 'composite' steps: + + - name: Setup node + uses: actions/setup-node@v4 + - name: Set GitHub Pages URL id: set-url run: |