diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef7af14fb..1e554aed6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -216,7 +216,7 @@ jobs: - name: Cache Dependencies uses: coursier/cache-action@v6 - name: Setup NodeJs - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16.x registry-url: https://registry.npmjs.org