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 32a2d7b..d845d9d 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -22.22.1 +24.14.0