diff --git a/.github/workflows/deduplicate-yarn.yml b/.github/workflows/deduplicate-yarn.yml index aa67c720..2de3fa52 100644 --- a/.github/workflows/deduplicate-yarn.yml +++ b/.github/workflows/deduplicate-yarn.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v5 - name: ⎔ Setup node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version-file: ".nvmrc" cache: "yarn" diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 80252ee8..6bb25844 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v5 - name: ⎔ Setup node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version-file: ".nvmrc" cache: "yarn" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7046aeeb..24d04633 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v5 - name: ⎔ Setup node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version-file: ".nvmrc" cache: "yarn"