Skip to content

Merge branch 'update/copilot-agent' of https://github.com/defuj/ai-ag… #2

Merge branch 'update/copilot-agent' of https://github.com/defuj/ai-ag…

Merge branch 'update/copilot-agent' of https://github.com/defuj/ai-ag… #2

name: Copilot Setup Steps
on:
workflow_dispatch:
push:
paths:
- .github/workflows/copilot-setup-steps.yml
jobs:
copilot-setup-steps:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v6
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Verify environment
run: |
node --version
npm --version