diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e18f3c..84d11f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Enable corepack run: corepack enable - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 'lts/*' cache: 'yarn' @@ -39,7 +39,7 @@ jobs: - name: Enable corepack run: corepack enable - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 'lts/*' cache: 'yarn' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c767462..8913243 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Enable corepack run: corepack enable - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 'lts/*' cache: 'yarn'