diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3856900..a7297e2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: - uses: pnpm/action-setup@v2 with: version: 8 - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v4 with: node-version: '16.x' - name: Install @@ -39,7 +39,7 @@ jobs: - uses: pnpm/action-setup@v2 with: version: 8 - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v4 with: node-version: '16.x' - name: Install