diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index f811a97..3395d56 120000 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -1 +1 @@ -LLMS.md \ No newline at end of file +../LLMS.md \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 220aadb..6d2466b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: with: submodules: true - name: Install NodeJS - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 20 cache: 'npm'