diff --git a/.github/workflows/eleventy_build_main.yml b/.github/workflows/eleventy_build_main.yml index 305e4085598..2a902f061e0 100644 --- a/.github/workflows/eleventy_build_main.yml +++ b/.github/workflows/eleventy_build_main.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18.16.0 cache: 'npm' - name: Install packages run: | diff --git a/.github/workflows/eleventy_build_pr.yml b/.github/workflows/eleventy_build_pr.yml index f46db0b7757..987acfbfbac 100644 --- a/.github/workflows/eleventy_build_pr.yml +++ b/.github/workflows/eleventy_build_pr.yml @@ -17,10 +17,10 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/checkout@master - - name: Use Node.js 16.x + - name: Use Node.js 18.x uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 18.16.0 - name: Get branch name (merge) if: github.event_name != 'pull_request' shell: bash diff --git a/.github/workflows/eleventy_build_staging.yml b/.github/workflows/eleventy_build_staging.yml index e77e731dced..52c42410f36 100644 --- a/.github/workflows/eleventy_build_staging.yml +++ b/.github/workflows/eleventy_build_staging.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18.16.0 cache: 'npm' - name: Install packages run: | diff --git a/.github/workflows/static_content_update_main.yml b/.github/workflows/static_content_update_main.yml index 52371b720ad..f60a7577597 100644 --- a/.github/workflows/static_content_update_main.yml +++ b/.github/workflows/static_content_update_main.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18.16.0 cache: 'npm' - run: git pull origin # jbum added - run: npm ci --production diff --git a/.github/workflows/static_content_update_staging.yml b/.github/workflows/static_content_update_staging.yml index 338a9e9b320..ddf073c77b2 100644 --- a/.github/workflows/static_content_update_staging.yml +++ b/.github/workflows/static_content_update_staging.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18.16.0 cache: 'npm' - run: git pull origin # jbum added - run: npm ci --production