diff --git a/.github/workflows/cd.docs.yml b/.github/workflows/cd.docs.yml index c3c0da24..f7f65913 100644 --- a/.github/workflows/cd.docs.yml +++ b/.github/workflows/cd.docs.yml @@ -32,7 +32,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@v6 with: node-version: 18 cache: npm diff --git a/.github/workflows/cd.preview.yml b/.github/workflows/cd.preview.yml index 4ed9cdd7..5b2f4728 100644 --- a/.github/workflows/cd.preview.yml +++ b/.github/workflows/cd.preview.yml @@ -40,7 +40,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@v6 with: node-version: 18 cache: npm diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8897d0c8..ba58865b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,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@v6 with: node-version: 18 cache: npm @@ -64,7 +64,7 @@ jobs: # second bulk - name: Set up Node.js environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: 18 cache: npm diff --git a/.github/workflows/cleanup.preview.yml b/.github/workflows/cleanup.preview.yml index dda553e6..0f2c79c0 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@v6 with: node-version: 18 cache: npm diff --git a/.github/workflows/warmup.caches.yml b/.github/workflows/warmup.caches.yml index e3ccb2b3..b06c3372 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@v6 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@v6 with: node-version: 18 cache: npm