Skip to content

Commit

Permalink
SDK-3357: Move to node 22 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardsph authored Aug 19, 2024
1 parent f5c6755 commit 2ae3aea
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
node-version-file: ".nvmrc"
cache: npm
- run: npm ci
- run: npm run test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changeset-version-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version-file: ".nvmrc"
- run: npm ci
- name: Publish release tags and changelogs
id: changesets
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
node-version-file: ".nvmrc"
cache: npm
- run: npm ci
- run: npm run test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clientId.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
node-version-file: ".nvmrc"
cache: npm
- run: npm run update-clientId
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
node-version-file: ".nvmrc"
cache: npm
- run: npm ci
- run: npm run build -- --no-lint
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22

0 comments on commit 2ae3aea

Please sign in to comment.