diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3e63427..be3c3c9e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v3 with: - node-version: "22.21.1" + node-version: "24.12.0" cache: "yarn" - run: "yarn install" - run: "yarn analyze" @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v3 with: - node-version: "22.21.1" + node-version: "24.12.0" cache: "yarn" - run: "yarn install" - run: "yarn ci:test" @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v3 with: - node-version: "22.21.1" + node-version: "24.12.0" cache: "yarn" - run: "yarn install" - run: "yarn ci:test:acc" diff --git a/.nvmrc b/.nvmrc index 5767036a..248216ad 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.21.1 +24.12.0