Skip to content

Commit

Permalink
Merge branch 'main' into react-19
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Dec 18, 2024
2 parents 4741355 + 42358de commit 8befbac
Show file tree
Hide file tree
Showing 6 changed files with 157 additions and 147 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Node environment
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x

- name: Install dependencies
run: npm ci
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Node environment
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x

- name: Install dependencies
run: npm ci
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Set up Node environment
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x

- name: Install dependencies
run: npm ci
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Set up Node environment
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x

- name: Install dependencies
run: npm ci
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Set up Node environment
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Node environment
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org

- name: Install dependencies
Expand Down
Loading

0 comments on commit 8befbac

Please sign in to comment.