diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83e9eda..7d695f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 2 - uses: actions/setup-node@v3 with: - node-version: 21 + node-version: 22 - name: Rush install run: node common/scripts/install-run-rush.js install - name: Rush rebuild diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc2727f..3e871f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: email: "release@ilbrando.dk" - uses: actions/setup-node@v3 with: - node-version: 21 + node-version: 22 - name: Rush install run: node common/scripts/install-run-rush.js install - name: Rush rebuild