diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 510fc1c9..e35f417a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 16 cache: yarn @@ -99,7 +99,7 @@ jobs: fetch-depth: 0 persist-credentials: false - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 16 cache: yarn