diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 58d74380..d88d3ad8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: fetch-depth: ${{ github.ref == 'refs/heads/master' && '0' || '1' }} - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 20 # cache: 'yarn' @@ -69,7 +69,7 @@ jobs: uses: actions/checkout@v3 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} # cache: 'yarn'