From d7f899a820807747713520f8bd148d9d36b7f20d Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Tue, 10 Dec 2024 23:25:25 +0000 Subject: [PATCH] Bump engines and CI to node 22.12 --- .github/workflows/ci.yml | 2 +- {{cookiecutter.project_slug}}/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7375205e..2d95372cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,6 +109,6 @@ jobs: run: uv sync - uses: actions/setup-node@v4 with: - node-version: "22.11" + node-version: "22.12" - name: Bare Metal ${{ matrix.script.name }} run: sh tests/test_bare.sh ${{ matrix.script.args }} diff --git a/{{cookiecutter.project_slug}}/package.json b/{{cookiecutter.project_slug}}/package.json index fe94edd21..49391d71a 100644 --- a/{{cookiecutter.project_slug}}/package.json +++ b/{{cookiecutter.project_slug}}/package.json @@ -35,7 +35,7 @@ "webpack-merge": "^6.0.1" }, "engines": { - "node": "22.11" + "node": "22.12" }, "browserslist": [ "last 2 versions"