diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d107471..9d82d5af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: "24.16.0" + node-version: "24.17.0" cache: "yarn" - run: "yarn install" - run: "yarn analyze" @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: "24.16.0" + node-version: "24.17.0" cache: "yarn" - run: "yarn install" - run: "yarn ci:test" @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: "24.16.0" + node-version: "24.17.0" cache: "yarn" - run: "yarn install" - run: "yarn ci:test:acc" diff --git a/.nvmrc b/.nvmrc index b832e400..1dd37d53 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -24.16.0 +24.17.0