diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 55fd002..37d6f37 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v7 - run: corepack enable - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 24 cache: yarn diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index fb2aba2..b369e8f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -22,7 +22,7 @@ jobs: # corepack MUST be enabled before setup-node so Yarn 4 lockfile is discoverable - run: corepack enable - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 24 cache: yarn diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index b454f77..5222ce3 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v7 # corepack must be enabled BEFORE setup-node so cache:yarn can find the lockfile - run: corepack enable - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 24 cache: yarn @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v7 # corepack must be enabled BEFORE setup-node so cache:yarn can find the lockfile - run: corepack enable - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: ${{ matrix.node-version }} cache: yarn @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@v7 # corepack must be enabled BEFORE setup-node so cache:yarn can find the lockfile - run: corepack enable - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 24 cache: yarn @@ -67,7 +67,7 @@ jobs: - uses: actions/checkout@v7 # corepack must be enabled BEFORE setup-node so cache:yarn can find the lockfile - run: corepack enable - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 24 cache: yarn @@ -84,7 +84,7 @@ jobs: fetch-depth: 0 # corepack must be enabled BEFORE setup-node so cache:yarn can find the lockfile - run: corepack enable - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 24 cache: yarn diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6f54d94..5a01901 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v7 - run: corepack enable - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 24 cache: yarn