diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a037e550..f28a61f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: - uses: actions/checkout@v7 - name: Install Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node-versions }} @@ -133,7 +133,7 @@ jobs: token: ${{ secrets.CI_PUSH_TOKEN || github.token }} - name: Install Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '20'