diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e522b52..ef7c8af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - uses: hmarr/debug-action@master - name: checkout uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: "16" - name: Install dependencies