diff --git a/.github/workflows/cd.preview.yml b/.github/workflows/cd.preview.yml index c48068b..877d5b8 100644 --- a/.github/workflows/cd.preview.yml +++ b/.github/workflows/cd.preview.yml @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@v3 with: { fetch-depth: 0 } - name: Set up Node.js environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 cache: npm diff --git a/.github/workflows/cd.prod.yml b/.github/workflows/cd.prod.yml index ea47bd6..44a802b 100644 --- a/.github/workflows/cd.prod.yml +++ b/.github/workflows/cd.prod.yml @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@v3 with: { fetch-depth: 0 } - name: Set up Node.js environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 cache: npm diff --git a/.github/workflows/cleanup.preview.yml b/.github/workflows/cleanup.preview.yml index dda553e..2bc4e3c 100644 --- a/.github/workflows/cleanup.preview.yml +++ b/.github/workflows/cleanup.preview.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v3 with: { fetch-depth: 0 } - name: Set up Node.js environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 cache: npm diff --git a/.github/workflows/warmup.caches.yml b/.github/workflows/warmup.caches.yml index e3ccb2b..6bf05e3 100644 --- a/.github/workflows/warmup.caches.yml +++ b/.github/workflows/warmup.caches.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v3 with: { fetch-depth: 0 } - name: Set up Node.js environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 cache: npm @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@v3 with: { fetch-depth: 0 } - name: Set up Node.js environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 cache: npm