Skip to content

Commit

Permalink
Merge branch 'main' into recombobulate-idp-form
Browse files Browse the repository at this point in the history
  • Loading branch information
charliepark committed Nov 1, 2024
2 parents 8e8e617 + b4920b1 commit a8882a6
Show file tree
Hide file tree
Showing 92 changed files with 1,307 additions and 291 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lintBuildTest.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
node-version: 22
cache: 'npm'
- name: Cache node_modules
uses: actions/cache@v4
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: 'npm'
- name: Get node_modules from cache
uses: actions/cache@v4
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: 'npm'
- name: Get node_modules from cache
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reformatter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: 'npm'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: 'npm'
- name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v2'
Expand Down
2 changes: 1 addition & 1 deletion OMICRON_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c50cf019cd9be35f98266a7f4acacab0236b3a3d
d4263cb47512582f245b95e6dd046e84416baf2d
Loading

0 comments on commit a8882a6

Please sign in to comment.