diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8b3bba9..13a57ce 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' @@ -70,7 +70,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'