diff --git a/.github/workflows/pr-to-main.yml b/.github/workflows/pr-to-main.yml index c76f4655..e0a9534d 100644 --- a/.github/workflows/pr-to-main.yml +++ b/.github/workflows/pr-to-main.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Install Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: 16 cache: yarn