diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1af755a1b3..90a0092c80 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -211,7 +211,7 @@ jobs: - name: Check out repository uses: actions/checkout@v4 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' cache: yarn diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index e8fd3ed396..aef65d8ffa 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -81,7 +81,7 @@ jobs: - name: Check out repository uses: actions/checkout@v4 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' cache: 'yarn'