diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 407cde9..e3373c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Use Node.js ${{ env.DEFAULT_NODE_VERSION }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ env.DEFAULT_NODE_VERSION }} - name: Enable corepack @@ -48,7 +48,7 @@ jobs: - 22.x steps: - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ matrix.node-version }} - name: Enable corepack