Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/softprops/action…
Browse files Browse the repository at this point in the history
…-gh-release-2.1.0
  • Loading branch information
SherfeyInv authored Nov 22, 2024
2 parents 21453c1 + 495de88 commit 8161728
Show file tree
Hide file tree
Showing 5 changed files with 403 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
path: ixbrl-viewer
ref: ${{ inputs.ixbrl_viewer_ref }}
- name: Set up Node JS
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.1.0
with:
node-version: ${{ inputs.node_version }}
- name: Build ixbrl-viewer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
repository: Workiva/ixbrl-viewer
path: tmp/ixbrl-viewer
ref: ${{ inputs.ixbrl_viewer_ref }}
- uses: actions/setup-node@v4.0.3
- uses: actions/setup-node@v4.1.0
with:
node-version: ${{ inputs.node_version }}
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
path: ixbrl-viewer
ref: ${{ inputs.ixbrl_viewer_ref }}
- name: Set up Node JS
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.1.0
with:
node-version: ${{ inputs.node_version }}
- name: Build ixbrl-viewer
Expand Down
113 changes: 113 additions & 0 deletions s!AoXQLsx6uiEGg9ZUlRKqyRGM1TeZHg.txt

Large diffs are not rendered by default.

Loading

0 comments on commit 8161728

Please sign in to comment.