diff --git a/.github/workflows/fetch-test.yml b/.github/workflows/fetch-test.yml index 837d9fe07b..8b3d55f17d 100644 --- a/.github/workflows/fetch-test.yml +++ b/.github/workflows/fetch-test.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "14" cache: yarn diff --git a/.github/workflows/fetch.yml b/.github/workflows/fetch.yml index 9c7aa21c2d..7098c1b90a 100644 --- a/.github/workflows/fetch.yml +++ b/.github/workflows/fetch.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "14" cache: yarn diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c413c5ae21..8884122ed2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use Node.js 14.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 14.x - run: yarn