Skip to content

Commit c8fa683

Browse files
authored
Merge pull request #497 from opf/bump/primer-upstream
Bump/primer upstream
2 parents f7c3f80 + 60a9902 commit c8fa683

403 files changed

Lines changed: 617 additions & 597 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/soft-stamps-camp.md

Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
3232
with:
33-
node-version: 20
33+
node-version: 24
3434
cache: 'npm'
3535
- run: |
3636
npm ci

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
bundler-cache: true
2525
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
2626
with:
27-
node-version: 20
27+
node-version: 24
2828
cache: "npm"
2929
- name: Create .gem credentials
3030
run: |

.github/workflows/static-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
bundler-cache: true
3131
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
3232
with:
33-
node-version: 20
33+
node-version: 24
3434
cache: 'npm'
3535
- name: Build
3636
run: npm ci

.github/workflows/test-accessibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
bundler-cache: true
3333
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
3434
with:
35-
node-version: 20
35+
node-version: 24
3636
cache: "npm"
3737
cache-dependency-path: |
3838
package-lock.json

.github/workflows/test-components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
cache-version: ${{ matrix.rails_version }}-${{ matrix.ruby_version }}
5050
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
5151
with:
52-
node-version: 20
52+
node-version: 24
5353
cache: "npm"
5454
- name: Build
5555
run: |

.github/workflows/test-lib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
cache-version: ${{ matrix.rails_version }}-${{ matrix.ruby_version }}
5050
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
5151
with:
52-
node-version: 20
52+
node-version: 24
5353
cache: "npm"
5454
- name: Build
5555
run: |

.github/workflows/test-selectors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Node
3131
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
3232
with:
33-
node-version: 20
33+
node-version: 24
3434
cache: "npm"
3535
- name: NPM Build
3636
run: npm ci

0 commit comments

Comments
 (0)