Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use lts node for builds
Browse files Browse the repository at this point in the history
edwardsph committed Aug 19, 2024
1 parent cf84d8c commit 9628d06
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/changeset-version-release.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/clientId.yml
Original file line number Diff line number Diff line change
@@ -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:
2 changes: 1 addition & 1 deletion .github/workflows/e2e-browser.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9628d06

Please sign in to comment.