diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index aa4645c..fc4783d 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v5 with: - node-version: '22' + node-version: '24' cache: npm - run: npm ci # Optional validations: diff --git a/.node-version b/.node-version index 85e5027..32f8c50 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -22.22.0 +24.13.1