From 9628d060825252df5ecb5eb91a07e0a65ef772aa Mon Sep 17 00:00:00 2001 From: Pete Edwards Date: Mon, 19 Aug 2024 13:19:09 +0100 Subject: [PATCH] Use lts node for builds --- .github/workflows/cd.yml | 2 +- .github/workflows/changeset-version-release.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/clientId.yml | 2 +- .github/workflows/e2e-browser.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 222d299..eb9a894 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: lts cache: npm - run: npm ci - run: npm run test diff --git a/.github/workflows/changeset-version-release.yml b/.github/workflows/changeset-version-release.yml index e95b3b4..dae9c7a 100644 --- a/.github/workflows/changeset-version-release.yml +++ b/.github/workflows/changeset-version-release.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: lts - run: npm ci - name: Publish release tags and changelogs id: changesets diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0eb29eb..fa59e0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: lts cache: npm - run: npm ci - run: npm run test diff --git a/.github/workflows/clientId.yml b/.github/workflows/clientId.yml index 4ad3d88..6c0e0aa 100644 --- a/.github/workflows/clientId.yml +++ b/.github/workflows/clientId.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: lts cache: npm - run: npm run update-clientId env: diff --git a/.github/workflows/e2e-browser.yml b/.github/workflows/e2e-browser.yml index 08b020d..fbf8c4e 100644 --- a/.github/workflows/e2e-browser.yml +++ b/.github/workflows/e2e-browser.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: lts cache: npm - run: npm ci - run: npm run build -- --no-lint